mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
resize register number in LVAR section from 32bits to 16bits
This commit is contained in:
@@ -21,7 +21,7 @@ enum irep_pool_type {
|
||||
|
||||
struct mrb_locals {
|
||||
mrb_sym name;
|
||||
size_t r;
|
||||
uint16_t r;
|
||||
};
|
||||
|
||||
/* Program data array struct */
|
||||
|
||||
Reference in New Issue
Block a user