Skip to content

Commit 77f46c7

Browse files
committed
Fix build
1 parent e439374 commit 77f46c7

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

ci/asm/app/release.objdump

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ main:
1111
trap
1212

1313
Reset:
14-
bl #-0x6
14+
push {r7, lr}
15+
mov r7, sp
16+
bl #-0xa
1517
trap
1618

1719
DefaultExceptionHandler:
@@ -22,4 +24,4 @@ UsageFault:
2224

2325
HardFaultTrampoline:
2426
mrs r0, msp
25-
b #-0x14 <HardFault>
27+
b #-0x18 <HardFault>

ci/asm/app/release.vector_table

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
app: file format ELF32-arm-little
33

44
Contents of section .vector_table:
5-
0000 00000120 45000000 4b000000 4d000000 ... E...K...M...
6-
0010 4b000000 4b000000 4b000000 00000000 K...K...K.......
7-
0020 00000000 00000000 00000000 4b000000 ............K...
8-
0030 00000000 00000000 4b000000 4b000000 ........K...K...
5+
0000 00000120 45000000 4f000000 51000000 ... E...O...Q...
6+
0010 4f000000 4f000000 4f000000 00000000 O...O...O.......
7+
0020 00000000 00000000 00000000 4f000000 ............O...
8+
0030 00000000 00000000 4f000000 4f000000 ........O...O...

0 commit comments

Comments
 (0)