diff options
| author | 2025-12-10 21:22:35 +0100 | |
|---|---|---|
| committer | 2025-12-10 21:22:35 +0100 | |
| commit | e1dbd8ead0218c04fd5b4f0dbaee0305458ecb79 (patch) | |
| tree | 1a07ba633231106182e72f1d117e2a522c0de146 /ir/ir.h | |
| parent | 2ab705f4d1db980216a3ebee03818b9cb59e15be (diff) | |
ir: bump MAXINSTR
Diffstat (limited to 'ir/ir.h')
| -rw-r--r-- | ir/ir.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -219,7 +219,7 @@ struct mctarg { void (*emit)(struct function *); }; -enum { MAXINSTR = 1<<14 }; +enum { MAXINSTR = 1<<15 }; /** ir.c **/ extern uchar type2cls[]; |