diff options
Diffstat (limited to 'cgconst.h')
-rw-r--r-- | cgconst.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ enum { ,GDIVU #endif #ifdef I486 - ,GREMU, GMULUD, GDIVDU, GRESULT0, GRESULT1 + ,GADDDU, GDIVDU, GMULUD, GREMU, GRESULT0, GRESULT1, GSUBDU #endif #ifdef M68000 ,GFACOS, GFASIN, GFEXP, GFLN, GFLOG10 |