diff options
author | John van Groningen | 2008-12-18 15:45:45 +0000 |
---|---|---|
committer | John van Groningen | 2008-12-18 15:45:45 +0000 |
commit | 5f6ab0641baad6c7e6e933c73ffe2f513203661f (patch) | |
tree | 559dd46159795aa0e83307606e3a64f8cd23a345 /cgiconst.h | |
parent | rename GMOD to GREM (diff) |
add floordiv and mod
Diffstat (limited to 'cgiconst.h')
-rw-r--r-- | cgiconst.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |