Skip to content

Commit

Permalink
Add missing attribute (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
ravener committed May 14, 2024
1 parent 8487834 commit 0bfa129
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions book_src/ex1.md
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,7 @@ So when we put it all together we get this:

#[naked]
#[no_mangle]
#[instruction_set(arm::a32)]
#[link_section = ".text._start"]
unsafe extern "C" fn _start() -> ! {
core::arch::asm! {
Expand Down

0 comments on commit 0bfa129

Please sign in to comment.