diff options
| author | 2025-12-18 20:26:52 +0100 | |
|---|---|---|
| committer | 2025-12-18 20:26:52 +0100 | |
| commit | 80858d909be0915b2f0c0202dac33b9627c7a405 (patch) | |
| tree | 8f27b4f0ba2566062fc7e61a2aa90c75817ff68e /ir/ir.h | |
| parent | c4d20300e3b7d63bae20070e0d69af909b55d01b (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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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[]; |