From ec4cfe9db9afc1d1c633a922174f5bb0685b0c32 Mon Sep 17 00:00:00 2001 From: lemon Date: Fri, 21 Nov 2025 16:49:53 +0100 Subject: change op names to match 285063eba44 --- ir/ir.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ir/ir.h') diff --git a/ir/ir.h b/ir/ir.h index e1cd88b..0879b86 100644 --- a/ir/ir.h +++ b/ir/ir.h @@ -93,8 +93,8 @@ enum op { #define oiscmp(o) in_range(o, Oequ, Ougte) #define oisarith(o) in_range(o, Oneg, Ougte) #define oisalloca(o) in_range(o, Oalloca1, Oalloca16) -#define oisstore(o) in_range(o, Ostore1, Ostore8) -#define oisload(o) in_range(o, Oloads1, Oloadf8) +#define oisstore(o) in_range(o, Ostore8, Ostore64) +#define oisload(o) in_range(o, Oloads8, Oloadf64) extern const char *opnames[]; extern const uchar opnarg[]; -- cgit v1.2.3