summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/h8300/cpu_asm.S
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-12-04 05:25:30 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-12-04 05:25:30 +0000
commit5bb38e15667c03ef44420cdeb7889db42649ece3 (patch)
tree82cf091802d6c2895f2a69ee74ad7373ec77607a /cpukit/score/cpu/h8300/cpu_asm.S
parentWhitespace removal. (diff)
downloadrtems-5bb38e15667c03ef44420cdeb7889db42649ece3.tar.bz2
Whitespace removal.
Diffstat (limited to 'cpukit/score/cpu/h8300/cpu_asm.S')
-rw-r--r--cpukit/score/cpu/h8300/cpu_asm.S16
1 files changed, 8 insertions, 8 deletions
diff --git a/cpukit/score/cpu/h8300/cpu_asm.S b/cpukit/score/cpu/h8300/cpu_asm.S
index 0869d8100a..4cba8de7a9 100644
--- a/cpukit/score/cpu/h8300/cpu_asm.S
+++ b/cpukit/score/cpu/h8300/cpu_asm.S
@@ -3,14 +3,14 @@
* Copyright Comnet Technologies Ltd 1999
*
* Based on example code and other ports with this copyright:
- *
+ *
* COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
- *
+ *
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.com/license/LICENSE.
- *
+ *
* $Id$
*/
@@ -18,18 +18,18 @@
;.equ RUNCONTEXT_ARG, er0
;.equ HEIRCONTEXT_ARG, er1
-/*
+/*
* Make sure we tell the assembler what type of CPU model we are
* being compiled for.
- */
+ */
#if defined(__H8300H__)
.h8300h
#endif
-#if defined(__H8300S__)
+#if defined(__H8300S__)
.h8300s
#endif
-#if defined(__H8300SX__)
+#if defined(__H8300SX__)
.h8300sx
#endif
.text
@@ -121,7 +121,7 @@ __ISR_Handler:
nested:
mov.l er6,@-er7 ; save sp so pop regardless of nest level
-;; Inc system counters
+;; Inc system counters
mov.l @__ISR_Nest_level,er1
inc.l #1,er1
mov.l er1,@__ISR_Nest_level