summaryrefslogtreecommitdiff
path: root/cgiconst.h
diff options
context:
space:
mode:
authorJohn van Groningen2008-12-18 15:45:45 +0000
committerJohn van Groningen2008-12-18 15:45:45 +0000
commit5f6ab0641baad6c7e6e933c73ffe2f513203661f (patch)
tree559dd46159795aa0e83307606e3a64f8cd23a345 /cgiconst.h
parentrename GMOD to GREM (diff)
add floordiv and mod
Diffstat (limited to 'cgiconst.h')
-rw-r--r--cgiconst.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cgiconst.h b/cgiconst.h
index dcd1af1..fb5b138 100644
--- a/cgiconst.h
+++ b/cgiconst.h
@@ -66,7 +66,8 @@ enum {
,IFEXG
#endif
#if defined (I486)
- ,IADC ,IRTSI, IDIVI, IREMI, IREMU, IMULUD, IDIVDU, ISBB
+ ,IADC ,ISBB, IRTSI
+ ,IDIVI, IREMI, IREMU, IFLOORDIV, IMOD, IMULUD, IDIVDU
,IFLOADS, IFMOVES
#endif
#if defined (I486) || defined (G_POWER)