]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
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 1c21cb0d457c69318090015ebd2ce723180896a1..31c583d54fcc93a90d503522b7c7de9d0cc8cea4 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 47ceb8bc852626e01fa370a02f7021404a133c93..dd0ce23ecd59e33a5e56cc1bb0806a169ff1ea25 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;