Skip to content

Commit

Permalink
fix arm asm on non mac (#28)
Browse files Browse the repository at this point in the history
nice
  • Loading branch information
xdBronch authored Sep 10, 2024
1 parent 7de3ef2 commit ca58a91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/asm/coro_aarch64.s
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# https://github.com/ARM-software/abi-aa/releases
.global _libcoro_stack_swap
_libcoro_stack_swap:
.global libcoro_stack_swap
libcoro_stack_swap:

# Store caller registers on the current stack
# Each register requires 8 bytes, there are 20 registers to save
Expand Down

0 comments on commit ca58a91

Please sign in to comment.