summaryrefslogtreecommitdiff
path: root/cgiconst.h
diff options
context:
space:
mode:
authorJohn van Groningen2005-01-13 15:17:20 +0000
committerJohn van Groningen2005-01-13 15:17:20 +0000
commit8146556080c7d290814918cffc67e896edefea79 (patch)
tree9c7f05e8d6e2ff514daf5f92247ee7e30a11b0e9 /cgiconst.h
parentuse r_to_i_buffer only for PowerPC and not for IA32 (diff)
add divU for the PowerPC
Diffstat (limited to 'cgiconst.h')
-rw-r--r--cgiconst.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/cgiconst.h b/cgiconst.h
index 90ddb80..95f9315 100644
--- a/cgiconst.h
+++ b/cgiconst.h
@@ -55,7 +55,10 @@ enum {
,IFEXG
#endif
#if defined (I486)
- ,IRTSI, IDIVI, IREMI, IDIVU, IREMU
+ ,IRTSI, IDIVI, IREMI, IREMU
+#endif
+#if defined (I486) || defined (G_POWER)
+ ,IDIVU
#endif
#ifdef G_POWER
,IUMULH