* 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

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