summaryrefslogtreecommitdiff
path: root/cgiconst.h
diff options
context:
space:
mode:
authorJohn van Groningen2011-12-01 12:32:08 +0000
committerJohn van Groningen2011-12-01 12:32:08 +0000
commit41440a54ab504b678244a5174bdc4e34a5d4c2c6 (patch)
treefc2a4829e6b3e0e32b33c98cad01369c7029962c /cgiconst.h
parentgenerate thread safe code on 32 bit windows if THREAD32 is defined (diff)
implement mulUUL for 32 bit thread safe code
Diffstat (limited to 'cgiconst.h')
-rw-r--r--cgiconst.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cgiconst.h b/cgiconst.h
index 0370853..a4e2ad2 100644
--- a/cgiconst.h
+++ b/cgiconst.h
@@ -68,9 +68,9 @@ enum {
#endif
#if defined (I486)
,IADC ,ISBB, IRTSI
- ,IDIVI, IREMI, IREMU, IFLOORDIV, IMOD
+ ,IDIVI, IREMI, IREMU, IFLOORDIV, IMOD, IMULUD
# ifndef THREAD32
- ,IMULUD, IDIVDU
+ ,IDIVDU
# endif
,IFLOADS, IFMOVES
#endif