summaryrefslogtreecommitdiff
path: root/cgiconst.h
diff options
context:
space:
mode:
Diffstat (limited to 'cgiconst.h')
-rw-r--r--cgiconst.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/cgiconst.h b/cgiconst.h
index 3fcd728..0c06775 100644
--- a/cgiconst.h
+++ b/cgiconst.h
@@ -52,7 +52,10 @@ enum {
,IFEXG
#endif
#if defined (I486)
- ,IRTSI, IDIVI, IREMI
+ ,IRTSI, IDIVI, IREMI
+#endif
+#ifdef G_POWER
+ ,IUMULH
#endif
};