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:
malc 2008-07-26 11:20:54 +00:00
parent 6fc9dbcc17
commit 5424fd1018

View file

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