diff --git a/compile.c b/compile.c index df7f467c81..53d88eef7f 100644 --- a/compile.c +++ b/compile.c @@ -8647,7 +8647,7 @@ insn_make_insn_table(void) { struct st_table *table; int i; - table = st_init_numtable(); + table = st_init_numtable_with_size(VM_INSTRUCTION_SIZE); for (i=0; i