aboutsummaryrefslogtreecommitdiffhomepage
path: root/ir/ir.h
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2025-12-18 20:26:52 +0100
committerlemon <lsof@mailbox.org>2025-12-18 20:26:52 +0100
commit80858d909be0915b2f0c0202dac33b9627c7a405 (patch)
tree8f27b4f0ba2566062fc7e61a2aa90c75817ff68e /ir/ir.h
parentc4d20300e3b7d63bae20070e0d69af909b55d01b (diff)
ir: move cls2load to interface
There's plenty of code duplication like this around I'm looking to reduce.
Diffstat (limited to 'ir/ir.h')
-rw-r--r--ir/ir.h1
1 files changed, 1 insertions, 0 deletions
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[];