From 17f4eca40c0269fc989085de237d1876908eb8a5 Mon Sep 17 00:00:00 2001 From: xdBronch <51252236+xdBronch@users.noreply.github.com> Date: Sat, 7 Sep 2024 17:25:26 -0400 Subject: [PATCH] fix arm asm on non mac --- src/asm/coro_aarch64.s | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/asm/coro_aarch64.s b/src/asm/coro_aarch64.s index 52d8b0e..e91e38b 100644 --- a/src/asm/coro_aarch64.s +++ b/src/asm/coro_aarch64.s @@ -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