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 /cgconst.h | |
parent | use r_to_i_buffer only for PowerPC and not for IA32 (diff) |
add divU for the PowerPC
Diffstat (limited to 'cgconst.h')
-rw-r--r-- | cgconst.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 }; |