mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02: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
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue