mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 20:19:19 +00:00
coroutine mac m1 update.
using proper link register and frame pointer which equal x30/x29.
This commit is contained in:
parent
35d30c6ac5
commit
816a1d97fd
Notes:
git
2021-03-22 23:32:29 +09:00
@ -8,6 +8,11 @@
|
||||
#define TOKEN_PASTE(x,y) x##y
|
||||
#define PREFIXED_SYMBOL(prefix,name) TOKEN_PASTE(prefix,name)
|
||||
|
||||
#if defined(__APPLE__)
|
||||
#define x29 fp
|
||||
#define x30 lr
|
||||
#endif
|
||||
|
||||
.text
|
||||
.align 2
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user