From 6128a4aa5e791ed4e0a655bfd346a52d92da7883 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 21 Apr 2004 10:43:04 +0000 Subject: Remove stray white spaces. --- c/src/lib/libbsp/sparc/erc32/startup/spurious.c | 26 ++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'c/src/lib/libbsp/sparc/erc32/startup/spurious.c') diff --git a/c/src/lib/libbsp/sparc/erc32/startup/spurious.c b/c/src/lib/libbsp/sparc/erc32/startup/spurious.c index a3d3936df0..6f4d46d37e 100644 --- a/c/src/lib/libbsp/sparc/erc32/startup/spurious.c +++ b/c/src/lib/libbsp/sparc/erc32/startup/spurious.c @@ -1,11 +1,11 @@ /* * ERC32 Spurious Trap Handler * - * This is just enough of a trap handler to let us know what + * This is just enough of a trap handler to let us know what * the likely source of the trap was. * - * Developed as part of the port of RTEMS to the ERC32 implementation - * of the SPARC by On-Line Applications Research Corporation (OAR) + * Developed as part of the port of RTEMS to the ERC32 implementation + * of the SPARC by On-Line Applications Research Corporation (OAR) * under contract to the European Space Agency (ESA). * * COPYRIGHT (c) 1995. European Space Agency. @@ -60,33 +60,33 @@ rtems_isr bsp_spurious_handler( * First the ones defined by the basic architecture */ - case 0x00: + case 0x00: DEBUG_puts( "reset" ); break; - case 0x01: + case 0x01: DEBUG_puts( "instruction access exception" ); break; - case 0x02: + case 0x02: DEBUG_puts( "illegal instruction" ); break; - case 0x03: + case 0x03: DEBUG_puts( "privileged instruction" ); break; - case 0x04: + case 0x04: DEBUG_puts( "fp disabled" ); break; - case 0x07: + case 0x07: DEBUG_puts( "memory address not aligned" ); break; - case 0x08: + case 0x08: DEBUG_puts( "fp exception" ); break; - case 0x09: + case 0x09: strcpy(line, "data access exception at 0x " ); itos(ERC32_MEC.First_Failing_Address, &line[27]); DEBUG_puts( line ); break; - case 0x0A: + case 0x0A: DEBUG_puts( "tag overflow" ); break; @@ -178,7 +178,7 @@ void bsp_spurious_initialize() */ if (( trap == 5 || trap == 6 ) || - (( trap >= 0x11 ) && ( trap <= 0x1f )) || + (( trap >= 0x11 ) && ( trap <= 0x1f )) || (( trap >= 0x70 ) && ( trap <= 0x83 ))) continue; -- cgit v1.2.3