mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 12:24:38 +08:00
oops - fix typo in previous delta
This commit is contained in:
parent
50b15da2e5
commit
2ec3c90a77
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user