Reduce amount of space reserved for tb jump
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4947 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
6fc9dbcc17
commit
5424fd1018
@ -991,7 +991,7 @@ static void tcg_out_op (TCGContext *s, int opc, const TCGArg *args,
|
||||
/* direct jump method */
|
||||
|
||||
s->tb_jmp_offset[args[0]] = s->code_ptr - s->code_buf;
|
||||
s->code_ptr += 32;
|
||||
s->code_ptr += 28;
|
||||
}
|
||||
else {
|
||||
tcg_abort ();
|
||||
|
Loading…
Reference in New Issue
Block a user