Add 0x91 as an FPE SWI.
authorNick Clifton <nickc@redhat.com>
Mon, 11 Dec 2000 03:08:17 +0000 (03:08 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 11 Dec 2000 03:08:17 +0000 (03:08 +0000)
sim/arm/ChangeLog
sim/arm/armos.c

index 1c21cb0..31c583d 100644 (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
index 47ceb8b..dd0ce23 100644 (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;