[Qemu-devel] [patch] Move MIPS to GOTO_TB

2005-09-11 Thread Paul Brook
The attached patch migrates the MIPS target from JUMP_TB to GOTO_TB. Paul Index: target-mips/op.c === RCS file: /cvsroot/qemu/qemu/target-mips/op.c,v retrieving revision 1.3 diff -u -p -r1.3 op.c --- target-mips/op.c 2 Jul 2005

Re: [Qemu-devel] [patch] Move MIPS to GOTO_TB

2005-09-11 Thread Paul Brook
On Sunday 11 September 2005 12:30, Paul Brook wrote: The attached patch migrates the MIPS target from JUMP_TB to GOTO_TB. Grr, missed a change in gen_intermediate_code_internal. This patch should actually work. Paul Index: target-mips/op.c