diff options
Diffstat (limited to 'cgiconst.h')
-rw-r--r-- | cgiconst.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -52,7 +52,10 @@ enum { ,IFEXG #endif #if defined (I486) - ,IRTSI, IDIVI, IREMI + ,IRTSI, IDIVI, IREMI +#endif +#ifdef G_POWER + ,IUMULH #endif }; |