* armemu.c (ARMul_Emulate, t_undefined): Proceed to next insn.

This commit is contained in:
Alexandre Oliva 2000-07-04 06:54:48 +00:00
parent e063aa3bd8
commit 66210567f0
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2000-07-04 Alexandre Oliva <aoliva@redhat.com>
* armemu.c (ARMul_Emulate, t_undefined): Proceed to next insn.
* armemu.h (INSN_SIZE): New macro.
(SET_ABORT): Save CPSR in SPSR and set LR.
* armemu.c (ARMul_Emulate, isize): Set to INSN_SIZE.

View File

@ -428,7 +428,7 @@ ARMul_Emulate26 (register ARMul_State * state)
{
case t_undefined:
ARMul_UndefInstr (state, instr); /* This is a Thumb instruction */
break;
goto donext;
case t_branch: /* already processed */
goto donext;