Skip to content

Commit

Permalink
Added LARCH_REG_FP to dump results
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Sep 26, 2024
1 parent a07bf6d commit 71b253c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vm_dump.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 71b253c

Please sign in to comment.