Add 0x91 as an FPE SWI.

This commit is contained in:
Nick Clifton 2000-12-11 03:08:17 +00:00
parent f66736412d
commit 9a6b6a66b7
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2000-12-10 Nick Clifton <nickc@redhat.com>
* armos.c (ARMul_OSHandleSWI): Add 0x91 as an FPE SWI.
2000-12-07 Nick Clifton <nickc@redhat.com>
* armemu.c (ARMul_Emulate26): Detect double word load and

View File

@ -620,6 +620,7 @@ ARMul_OSHandleSWI (ARMul_State * state, ARMword number)
}
case 0x90:
case 0x91:
case 0x92:
/* These are used by the FPE code. */
return TRUE;