mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
vm dump display return address in the abscence of X30 in Mac ARM64.
This commit is contained in:
parent
5e16c3a12a
commit
35d30c6ac5
Notes:
git
2021-03-22 23:32:29 +09:00
1 changed files with 1 additions and 0 deletions
|
@ -991,6 +991,7 @@ rb_dump_machine_register(const ucontext_t *ctx)
|
|||
dump_machine_register(x[26]);
|
||||
dump_machine_register(x[27]);
|
||||
dump_machine_register(x[28]);
|
||||
dump_machine_register(lr);
|
||||
dump_machine_register(fp);
|
||||
dump_machine_register(sp);
|
||||
# endif
|
||||
|
|
Loading…
Add table
Reference in a new issue