mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Use int32_t as line variable type.
This commit is contained in:
+1
-1
@@ -2688,7 +2688,7 @@ codedump(mrb_state *mrb, mrb_irep *irep)
|
||||
int ai;
|
||||
mrb_code c;
|
||||
const char *file = NULL, *next_file;
|
||||
int line;
|
||||
int32_t line;
|
||||
|
||||
if (!irep) return;
|
||||
printf("irep %p nregs=%d nlocals=%d pools=%d syms=%d reps=%d\n", irep,
|
||||
|
||||
Reference in New Issue
Block a user