summaryrefslogtreecommitdiff
path: root/cgiconst.h
diff options
context:
space:
mode:
authorJohn van Groningen2004-04-23 14:20:33 +0000
committerJohn van Groningen2004-04-23 14:20:33 +0000
commit07f581b742ee623014947b9c9ced8eb26c59603d (patch)
tree6f064e8fc905fbeb231c115cf1ceef24f0fd43bf /cgiconst.h
parentport to gcc on Mac OS X (diff)
implement umulIIL instruction on 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 3fcd728..0c06775 100644
--- a/cgiconst.h
+++ b/cgiconst.h
@@ -52,7 +52,10 @@ enum {
,IFEXG
#endif
#if defined (I486)
- ,IRTSI, IDIVI, IREMI
+ ,IRTSI, IDIVI, IREMI
+#endif
+#ifdef G_POWER
+ ,IUMULH
#endif
};