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