diff --git a/arch/sh/src/sh1/sh1_head.S b/arch/sh/src/sh1/sh1_head.S index bff3138557..155723f546 100644 --- a/arch/sh/src/sh1/sh1_head.S +++ b/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