summaryrefslogtreecommitdiffstats
path: root/misplays.c
diff options
context:
space:
mode:
Diffstat (limited to 'misplays.c')
-rw-r--r--misplays.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/misplays.c b/misplays.c
index e30cc2c..6391d98 100644
--- a/misplays.c
+++ b/misplays.c
@@ -63,6 +63,7 @@ static void describe_states(struct thread *dbg, PANEL *pan) {
static void dump_registers(struct thread *dbg, PANEL *pan) {
struct user_regs_struct *regs = &dbg->state->regs;
+ pprintw(pan, "orig_rax = 0x%016llx\n", regs->orig_rax);
pprintw(pan, "rax = 0x%016llx\n", regs->rax);
pprintw(pan, "rbx = 0x%016llx\n", regs->rbx);
pprintw(pan, "rcx = 0x%016llx\n", regs->rcx);