jitx64: 16KBs of emit space are guaranteed, not 64

This commit is contained in:
Stefanos Kornilios Mitsis Poiitidis 2015-07-21 15:42:10 +02:00
parent 0a3fcfe4ac
commit 82ef7d0754
1 changed files with 1 additions and 1 deletions

View File

@ -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();