summaryrefslogtreecommitdiff
path: root/cgiconst.h
diff options
context:
space:
mode:
authorJohn van Groningen2011-12-01 16:21:19 +0000
committerJohn van Groningen2011-12-01 16:21:19 +0000
commit3321be8fed86e65f3c365e78083d375b42fffee6 (patch)
tree3e7c996542b2b21f6c85abb9bd72844b53f5ded9 /cgiconst.h
parentimplement mulUUL for 32 bit thread safe code (diff)
implement divLU for 32 bit thread safe code
Diffstat (limited to 'cgiconst.h')
-rw-r--r--cgiconst.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/cgiconst.h b/cgiconst.h
index a4e2ad2..22db79f 100644
--- a/cgiconst.h
+++ b/cgiconst.h
@@ -68,10 +68,7 @@ enum {
#endif
#if defined (I486)
,IADC ,ISBB, IRTSI
- ,IDIVI, IREMI, IREMU, IFLOORDIV, IMOD, IMULUD
-# ifndef THREAD32
- ,IDIVDU
-# endif
+ ,IDIVI, IREMI, IREMU, IFLOORDIV, IMOD, IMULUD, IDIVDU
,IFLOADS, IFMOVES
#endif
#if defined (I486) || defined (G_POWER)