summaryrefslogtreecommitdiff
path: root/target-mips/helper.h
diff options
context:
space:
mode:
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2008-06-12 03:15:13 +0000
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2008-06-12 03:15:13 +0000
commit08ba79632f106a14c981f888a3feaedf6c576fcf (patch)
tree07b6f8eecbdbaa2e6f3161d8af58c63d4f40fbc7 /target-mips/helper.h
parent2681b45add5f22694d645183a82824722b7191be (diff)
downloadqemu-08ba79632f106a14c981f888a3feaedf6c576fcf.tar.gz
TCGify a few more instructions.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4736 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-mips/helper.h')
-rw-r--r--target-mips/helper.h4
1 files changed, 4 insertions, 0 deletions
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))