remove 6 bytes by loading sp directly from vtable

This commit is contained in:
ІО-23 Шмуляр Олег 2025-02-05 13:36:23 +02:00
parent 15377d3b48
commit f5dab78c53
1 changed files with 1 additions and 1 deletions

View File

@ -10,5 +10,5 @@ vtable:
.word __hard_reset__+1 .word __hard_reset__+1
__hard_reset__: __hard_reset__:
ldr sp, =__stack_start ldr sp, [pc, #-12]
b __hard_reset__ b __hard_reset__