summaryrefslogtreecommitdiff
path: root/cgiconst.h
diff options
context:
space:
mode:
Diffstat (limited to 'cgiconst.h')
-rw-r--r--cgiconst.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/cgiconst.h b/cgiconst.h
index cc166bc..0370853 100644
--- a/cgiconst.h
+++ b/cgiconst.h
@@ -68,7 +68,10 @@ enum {
#endif
#if defined (I486)
,IADC ,ISBB, IRTSI
- ,IDIVI, IREMI, IREMU, IFLOORDIV, IMOD, IMULUD, IDIVDU
+ ,IDIVI, IREMI, IREMU, IFLOORDIV, IMOD
+# ifndef THREAD32
+ ,IMULUD, IDIVDU
+# endif
,IFLOADS, IFMOVES
#endif
#if defined (I486) || defined (G_POWER)
@@ -80,7 +83,7 @@ enum {
#ifdef G_AI64
,ILOADSQB, IMOVEQB, IFCVT2S
#endif
-#if defined (THREAD64)
+#if defined (THREAD32) || defined (THREAD64)
,ILDTLSP
#endif
};