oops - fix typo in previous delta
authorNick Clifton <nickc@redhat.com>
Fri, 16 Aug 2002 09:38:09 +0000 (09:38 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 16 Aug 2002 09:38:09 +0000 (09:38 +0000)
sim/arm/armos.c

index 7c0360c51f49a06daf126660a9a6dd741ceb482c..c4cb05175601054b38cc6fc558221a9c617fd669 100644 (file)
@@ -558,7 +558,7 @@ ARMul_OSHandleSWI (ARMul_State * state, ARMword number)
                 ctrl-C whilst processing SWIRead()).  The SWI will complete
                 returning -1 in r0 to the caller.  If GDB is then used to
                 resume the system call the reason code will now be -1.  */
-             return FALSE;
+             return TRUE;
          
              /* Unimplemented reason codes.  */
            case AngelSWI_Reason_ReadC:
@@ -697,7 +697,7 @@ ARMul_OSHandleSWI (ARMul_State * state, ARMword number)
         ctrl-C whilst processing SWIRead()).  The SWI will complete
         returning -1 in r0 to the caller.  If GDB is then used to
         resume the system call the reason code will now be -1.  */
-      return FALSE;
+      return TRUE;
          
     case 0x180001: /* RedBoot's Syscall SWI in ARM mode.  */
       if (swi_mask & SWI_MASK_REDBOOT)