jitx64: 16KBs of emit space are guaranteed, not 64
This commit is contained in:
parent
0a3fcfe4ac
commit
82ef7d0754
|
@ -379,7 +379,7 @@ BlockCompiler* compiler;
|
|||
|
||||
void ngen_Compile(RuntimeBlockInfo* block, bool force_checks, bool reset, bool staging, bool optimise)
|
||||
{
|
||||
verify(emit_FreeSpace() >= 64 * 1024);
|
||||
verify(emit_FreeSpace() >= 16 * 1024);
|
||||
|
||||
compiler = new BlockCompiler();
|
||||
|
||||
|
|
Loading…
Reference in New Issue