* armemu.c (ARMul_Emulate, t_undefined): Proceed to next insn.
This commit is contained in:
parent
e063aa3bd8
commit
66210567f0
2 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue