summaryrefslogtreecommitdiff
path: root/nuttx/arch/hc/src/m9s12/m9s12_vectors.S
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/hc/src/m9s12/m9s12_vectors.S')
-rwxr-xr-xnuttx/arch/hc/src/m9s12/m9s12_vectors.S6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/arch/hc/src/m9s12/m9s12_vectors.S b/nuttx/arch/hc/src/m9s12/m9s12_vectors.S
index 4b10ed62a..d7d929b65 100755
--- a/nuttx/arch/hc/src/m9s12/m9s12_vectors.S
+++ b/nuttx/arch/hc/src/m9s12/m9s12_vectors.S
@@ -80,7 +80,7 @@
* PCH
* High Address PCL <-- SP before interrupt
*/
-
+
.macro HANDLER, label, irqno
\label:
ldab #\irqno /* Load B=IRQ number */
@@ -293,7 +293,7 @@ vcommon:
#endif
/* Save the PPAGE register */
-
+
#ifndef CONFIG_HCS12_NONBANKED
movb HCS12_MMC_PPAGE, 1, -sp
#endif
@@ -318,7 +318,7 @@ vcommon:
bne up_fullcontextrestore
/* Restore registers and return */
-
+
/* Restore the PPAGE register */
#ifndef CONFIG_HCS12_NONBANKED