summaryrefslogtreecommitdiff
path: root/cgiconst.h
diff options
context:
space:
mode:
authorJohn van Groningen2015-11-02 11:23:51 +0000
committerJohn van Groningen2015-11-02 11:23:51 +0000
commitb396583b740a66a2f3730e87a7b28f418f568fc0 (patch)
treeb49f60092a5b321b1c3a700193e7a37b4d98a937 /cgiconst.h
parentadd option -pic to generate position independent code on ARM (diff)
port centry to ARM for integers, string and arrays (reals not yet implemented),
port ccalls with 'G' to ARM, set visibility of symbols to hidden on ARM, except for labels defined by centry
Diffstat (limited to 'cgiconst.h')
-rw-r--r--cgiconst.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/cgiconst.h b/cgiconst.h
index c3a07e6..eee281f 100644
--- a/cgiconst.h
+++ b/cgiconst.h
@@ -79,10 +79,7 @@ enum {
,IFEXG
#endif
#if defined (I486) || defined (ARM)
- ,IADC ,ISBB
-#endif
-#if defined (I486)
- ,IRTSI
+ ,IADC, ISBB, IRTSI
#endif
#if defined (I486) || defined (ARM)
,IDIVI, IREMI, IREMU, IFLOORDIV, IMOD, IMULUD