fix wrong isext() macro
This commit is contained in:
parent
e562f219cf
commit
ff53f2258d
1 changed files with 1 additions and 1 deletions
2
all.h
2
all.h
|
@ -246,7 +246,7 @@ enum Op {
|
||||||
OExtuh,
|
OExtuh,
|
||||||
OExtsw,
|
OExtsw,
|
||||||
OExtuw,
|
OExtuw,
|
||||||
#define isext(o) (OExtsw <= o && o <= OExtuw)
|
#define isext(o) (OExtsb <= o && o <= OExtuw)
|
||||||
|
|
||||||
OExts,
|
OExts,
|
||||||
OTruncd,
|
OTruncd,
|
||||||
|
|
Loading…
Add table
Reference in a new issue