From 08ba79632f106a14c981f888a3feaedf6c576fcf Mon Sep 17 00:00:00 2001 From: ths Date: Thu, 12 Jun 2008 03:15:13 +0000 Subject: TCGify a few more instructions. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4736 c046a42c-6fe2-441c-8c8c-71466251a162 --- target-mips/helper.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'target-mips/helper.h') diff --git a/target-mips/helper.h b/target-mips/helper.h index 9ac0eb9f6a..7918c9e993 100644 --- a/target-mips/helper.h +++ b/target-mips/helper.h @@ -202,3 +202,7 @@ FOP_PROTO(nge) FOP_PROTO(le) FOP_PROTO(ngt) #undef FOP_PROTO + +/* Special functions */ +DEF_HELPER(void, do_pmon, (int function)) +DEF_HELPER(void, do_wait, (void)) -- cgit v1.2.3