summaryrefslogtreecommitdiff
path: root/nuttx/arch/sh/src/sh1/sh1_head.S
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/sh/src/sh1/sh1_head.S')
-rw-r--r--nuttx/arch/sh/src/sh1/sh1_head.S4
1 files changed, 1 insertions, 3 deletions
diff --git a/nuttx/arch/sh/src/sh1/sh1_head.S b/nuttx/arch/sh/src/sh1/sh1_head.S
index bff313855..155723f54 100644
--- a/nuttx/arch/sh/src/sh1/sh1_head.S
+++ b/nuttx/arch/sh/src/sh1/sh1_head.S
@@ -161,11 +161,9 @@
.macro showprogress, code
#ifdef CONFIG_DEBUG
- mov r0, #\code
- bl up_lowputc
mov.l .Llowputc, r0 /* Address of up_earlyserialinit */
jsr @r0 /* Call it */
- or r0, r0 /* Delay slot */
+ mov #\code, r4 /* Delay slot */
#endif
.endm