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

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