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 | 2ec3c90a77bffcb6a1577ba19425a1f76a3b3f37 (patch) | |
tree | e4c087953bbf70499435e3b3a609f44f2008b8ff /sim | |
parent | 50b15da2e578a2ba497e13bf6959a177eb6d8c32 (diff) | |
download | gdb-2ec3c90a77bffcb6a1577ba19425a1f76a3b3f37.zip gdb-2ec3c90a77bffcb6a1577ba19425a1f76a3b3f37.tar.gz gdb-2ec3c90a77bffcb6a1577ba19425a1f76a3b3f37.tar.bz2 |
oops - fix typo in previous delta
Diffstat (limited to 'sim')
-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 7c0360c..c4cb051 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) |