From cf077d2e51c624e76fceca0520154b5a1f48b592 Mon Sep 17 00:00:00 2001 From: Steins7 Date: Sat, 6 Apr 2024 23:02:08 +0200 Subject: [PATCH] Fix unwanted changes --- startup.s | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/startup.s b/startup.s index a664898..cbc3e23 100644 --- a/startup.s +++ b/startup.s @@ -75,19 +75,19 @@ bss_init_end: */ .section .text.hdr_default, "ax", %progbits .weak hdr_default - hdr_default: +hdr_default: b hdr_default .size hdr_default, .-hdr_default - //--Vector table---------------------------------------------------------------- +//--Vector table---------------------------------------------------------------- .section .vector_table, "a", %progbits .type vector_table, %object .size vector_table, .-vector_table - vector_table: +vector_table: .word _estack .word hdr_reset .word hdr_nmi @@ -165,7 +165,7 @@ bss_init_end: .word hdr_dma2_channel3 .word hdr_dma2_channel4_5 - //--Weak definitions------------------------------------------------------------ +//--Weak definitions------------------------------------------------------------ .weak hdr_nmi .thumb_set hdr_nmi, hdr_default