forked from Imagelibrary/binutils-gdb
remove spurious whitespace
This commit is contained in:
@@ -139,7 +139,6 @@ static ARMword softvectorcode[] =
|
|||||||
0xe1a0f00e /* Default handler */
|
0xe1a0f00e /* Default handler */
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
/* Set to prevent aborts when emulating SWI routines. */
|
/* Set to prevent aborts when emulating SWI routines. */
|
||||||
static int in_SWI_handler = 0;
|
static int in_SWI_handler = 0;
|
||||||
|
|
||||||
@@ -542,6 +541,7 @@ ARMul_OSHandleSWI (ARMul_State * state, ARMword number)
|
|||||||
case AngelSWI_Reason_WriteC:
|
case AngelSWI_Reason_WriteC:
|
||||||
(void) fputc ((int) ARMul_ReadByte (state, addr), stdout);
|
(void) fputc ((int) ARMul_ReadByte (state, addr), stdout);
|
||||||
OSptr->ErrorNo = errno;
|
OSptr->ErrorNo = errno;
|
||||||
|
/* Fall thgrough. */
|
||||||
|
|
||||||
case AngelSWI_Reason_Write0:
|
case AngelSWI_Reason_Write0:
|
||||||
SWIWrite0 (state, addr);
|
SWIWrite0 (state, addr);
|
||||||
|
|||||||
Reference in New Issue
Block a user