diff options
Diffstat (limited to 'src/ir.h')
| -rw-r--r-- | src/ir.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -106,7 +106,7 @@ enum op { #define oisstore(o) in_range(o, Ostorei8, Ostoref64) #define oisload(o) in_range(o, Oloads8, Oloadf64) extern const char *opnames[]; -extern const uchar opnarg[]; +extern const uchar opnoper[]; enum intrin { INxxx, |