summaryrefslogtreecommitdiff
path: root/cgconst.h
diff options
context:
space:
mode:
Diffstat (limited to 'cgconst.h')
-rw-r--r--cgconst.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/cgconst.h b/cgconst.h
index 60e8c6c..882fcc7 100644
--- a/cgconst.h
+++ b/cgconst.h
@@ -21,8 +21,11 @@ enum {
#ifdef G_POWER
,GCREATE_S, GUMULH
#endif
+#if defined (I486) || defined (G_POWER)
+ ,GDIVU
+#endif
#ifdef I486
- ,GDIVU, GREMU
+ ,GREMU
#endif
};