summary refs log tree commit diff
path: root/all.h
diff options
context:
space:
mode:
Diffstat (limited to 'all.h')
-rw-r--r--all.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/all.h b/all.h
index c6e2acb..74feafe 100644
--- a/all.h
+++ b/all.h
@@ -246,7 +246,7 @@ enum Op {
 	OExtuh,
 	OExtsw,
 	OExtuw,
-#define isext(o) (OExtsw <= o && o <= OExtuw)
+#define isext(o) (OExtsb <= o && o <= OExtuw)
 
 	OExts,
 	OTruncd,