mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Added LARCH_REG_FP to dump results
This commit is contained in:
parent
a07bf6d5ff
commit
71b253cdf3
Notes:
git
2024-09-26 08:53:40 +00:00
1 changed files with 1 additions and 0 deletions
|
@ -1007,6 +1007,7 @@ rb_dump_machine_register(FILE *errout, const ucontext_t *ctx)
|
|||
dump_machine_register(mctx->__gregs[LARCH_REG_A5], "a5");
|
||||
dump_machine_register(mctx->__gregs[LARCH_REG_A6], "a6");
|
||||
dump_machine_register(mctx->__gregs[LARCH_REG_A7], "a7");
|
||||
dump_machine_register(mctx->__gregs[LARCH_REG_FP], "fp");
|
||||
dump_machine_register(mctx->__gregs[LARCH_REG_S0], "s0");
|
||||
dump_machine_register(mctx->__gregs[LARCH_REG_S1], "s1");
|
||||
dump_machine_register(mctx->__gregs[LARCH_REG_S2], "s2");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue