diff options
author | John van Groningen | 2011-12-01 12:32:08 +0000 |
---|---|---|
committer | John van Groningen | 2011-12-01 12:32:08 +0000 |
commit | 41440a54ab504b678244a5174bdc4e34a5d4c2c6 (patch) | |
tree | fc2a4829e6b3e0e32b33c98cad01369c7029962c /cgiconst.h | |
parent | generate thread safe code on 32 bit windows if THREAD32 is defined (diff) |
implement mulUUL for 32 bit thread safe code
Diffstat (limited to 'cgiconst.h')
-rw-r--r-- | cgiconst.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -68,9 +68,9 @@ enum { #endif #if defined (I486) ,IADC ,ISBB, IRTSI - ,IDIVI, IREMI, IREMU, IFLOORDIV, IMOD + ,IDIVI, IREMI, IREMU, IFLOORDIV, IMOD, IMULUD # ifndef THREAD32 - ,IMULUD, IDIVDU + ,IDIVDU # endif ,IFLOADS, IFMOVES #endif |