Skip to content

Commit 09a9379

Browse files
authored
Add explicit alignment for embedded_end_block (raspberrypi#2017)
1 parent c7e5626 commit 09a9379

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rp2_common/pico_crt0/embedded_end_block.inc.S

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#if PICO_CRT0_INCLUDE_PICOBIN_END_BLOCK
22
.section .embedded_end_block, "a"
3+
.p2align 2
34
embedded_end_block:
45
.word PICOBIN_BLOCK_MARKER_START
56

0 commit comments

Comments
 (0)