Add 0x91 as an FPE SWI.
This commit is contained in:
parent
f66736412d
commit
9a6b6a66b7
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user