fix code allocation bug
svn: r11967
This commit is contained in:
parent
89f2315374
commit
a584304aa2
|
@ -402,7 +402,7 @@ static void *generate_one(mz_jit_state *old_jitter,
|
|||
buffer = scheme_malloc_gcable_code(size);
|
||||
#endif
|
||||
} else {
|
||||
buffer = malloc(size);
|
||||
buffer = scheme_malloc_code(size);
|
||||
}
|
||||
RECORD_CODE_SIZE(size);
|
||||
} else if (old_jitter) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user