From 80858d909be0915b2f0c0202dac33b9627c7a405 Mon Sep 17 00:00:00 2001 From: lemon Date: Thu, 18 Dec 2025 20:26:52 +0100 Subject: ir: move cls2load to interface There's plenty of code duplication like this around I'm looking to reduce. --- ir/ir.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ir/ir.h') diff --git a/ir/ir.h b/ir/ir.h index 8c2990e..174cdab 100644 --- a/ir/ir.h +++ b/ir/ir.h @@ -224,6 +224,7 @@ enum { MAXINSTR = 1<<15 }; /** ir.c **/ extern uchar type2cls[]; extern uchar cls2siz[]; +extern uchar cls2load[]; extern const uchar siz2intcls[]; extern struct instr instrtab[]; extern struct use *instruse[]; -- cgit v1.2.3