- suppress block size debug info when use interpreter;
This commit is contained in:
mtabachenko 2013-04-19 16:28:48 +00:00
parent 2dd81387c5
commit 86fd6238bd
1 changed files with 1 additions and 1 deletions

View File

@ -4233,10 +4233,10 @@ void arm_jit_reset(bool enable)
scratchptr = scratchpad;
#endif
printf("CPU mode: %s\n", enable?"JIT":"Interpreter");
printf("JIT max block size %d instruction(s)\n", CommonSettings.jit_max_block_size);
if (enable)
{
printf("JIT: max block size %d instruction(s)\n", CommonSettings.jit_max_block_size);
#ifdef MAPPED_JIT_FUNCS
//these pointers are allocated by asmjit and need freeing