diff options
author | John van Groningen | 2011-12-01 16:21:19 +0000 |
---|---|---|
committer | John van Groningen | 2011-12-01 16:21:19 +0000 |
commit | 3321be8fed86e65f3c365e78083d375b42fffee6 (patch) | |
tree | 3e7c996542b2b21f6c85abb9bd72844b53f5ded9 /cgiconst.h | |
parent | implement mulUUL for 32 bit thread safe code (diff) |
implement divLU for 32 bit thread safe code
Diffstat (limited to 'cgiconst.h')
-rw-r--r-- | cgiconst.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -68,10 +68,7 @@ enum { #endif #if defined (I486) ,IADC ,ISBB, IRTSI - ,IDIVI, IREMI, IREMU, IFLOORDIV, IMOD, IMULUD -# ifndef THREAD32 - ,IDIVDU -# endif + ,IDIVI, IREMI, IREMU, IFLOORDIV, IMOD, IMULUD, IDIVDU ,IFLOADS, IFMOVES #endif #if defined (I486) || defined (G_POWER) |