summaryrefslogtreecommitdiffstats
path: root/tcg/ppc/tcg-target.h
diff options
context:
space:
mode:
authormalc2008-06-10 01:44:44 +0200
committermalc2008-06-10 01:44:44 +0200
commit77b73de67632ed04acad4d816741ba27427cadac (patch)
tree857cfa71fc13442e2e7aa5759593c653e7c0287f /tcg/ppc/tcg-target.h
parentCRIS: Add (untested) cpu-state save/load. (diff)
downloadqemu-77b73de67632ed04acad4d816741ba27427cadac.tar.gz
qemu-77b73de67632ed04acad4d816741ba27427cadac.tar.xz
qemu-77b73de67632ed04acad4d816741ba27427cadac.zip
Use rem/div[u]_i32 drop div[u]2_i32
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4722 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'tcg/ppc/tcg-target.h')
-rw-r--r--tcg/ppc/tcg-target.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tcg/ppc/tcg-target.h b/tcg/ppc/tcg-target.h
index e7a1c2a0da..db1b12170d 100644
--- a/tcg/ppc/tcg-target.h
+++ b/tcg/ppc/tcg-target.h
@@ -70,6 +70,7 @@ enum {
/* optional instructions */
#define TCG_TARGET_HAS_neg_i32
+#define TCG_TARGET_HAS_div_i32
#define TCG_AREG0 TCG_REG_R27
#define TCG_AREG1 TCG_REG_R24