diff options
author | John van Groningen | 2005-01-13 15:17:20 +0000 |
---|---|---|
committer | John van Groningen | 2005-01-13 15:17:20 +0000 |
commit | 8146556080c7d290814918cffc67e896edefea79 (patch) | |
tree | 9c7f05e8d6e2ff514daf5f92247ee7e30a11b0e9 /cgiconst.h | |
parent | use r_to_i_buffer only for PowerPC and not for IA32 (diff) |
add divU for the PowerPC
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 |