diff options
author | Nick Clifton <nickc@redhat.com> | 2002-08-16 09:38:09 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-08-16 09:38:09 +0000 |
commit | da09ab01ebc58580ee37d5f383d43451253dd370 (patch) | |
tree | 50bc6eff44b1f81bda3a82ee072d53ba885ba601 /sim/arm/armos.c | |
parent | 9611536d7fd139ee9ddc512e8c373a2c83c3bc3e (diff) | |
download | gdb-da09ab01ebc58580ee37d5f383d43451253dd370.tar.gz |
oops - fix typo in previous delta
Diffstat (limited to 'sim/arm/armos.c')
-rw-r--r-- | sim/arm/armos.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/arm/armos.c b/sim/arm/armos.c index 7c0360c51f4..c4cb0517560 100644 --- a/sim/arm/armos.c +++ b/sim/arm/armos.c @@ -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) |