From: Nick Clifton Date: Mon, 11 Dec 2000 03:08:17 +0000 (+0000) Subject: Add 0x91 as an FPE SWI. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9a6b6a66b7d6a60b71e6028986f7df06fcabbbf5;p=binutils-gdb.git Add 0x91 as an FPE SWI. --- diff --git a/sim/arm/ChangeLog b/sim/arm/ChangeLog index 1c21cb0d457..31c583d54fc 100644 --- a/sim/arm/ChangeLog +++ b/sim/arm/ChangeLog @@ -1,3 +1,7 @@ +2000-12-10 Nick Clifton + + * armos.c (ARMul_OSHandleSWI): Add 0x91 as an FPE SWI. + 2000-12-07 Nick Clifton * armemu.c (ARMul_Emulate26): Detect double word load and diff --git a/sim/arm/armos.c b/sim/arm/armos.c index 47ceb8bc852..dd0ce23ecd5 100644 --- a/sim/arm/armos.c +++ b/sim/arm/armos.c @@ -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;