aboutsummaryrefslogtreecommitdiff
path: root/sim
diff options
context:
space:
mode:
Diffstat (limited to 'sim')
-rw-r--r--sim/arm/ChangeLog4
-rw-r--r--sim/arm/armos.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/sim/arm/ChangeLog b/sim/arm/ChangeLog
index 1c21cb0..31c583d 100644
--- a/sim/arm/ChangeLog
+++ b/sim/arm/ChangeLog
@@ -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
diff --git a/sim/arm/armos.c b/sim/arm/armos.c
index 47ceb8b..dd0ce23 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;