This commit is contained in:
julianb0 2019-05-30 11:33:56 +02:00
parent c1a93db8b2
commit a4544a2b57
No known key found for this signature in database
GPG Key ID: DDF8325C95299A62
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ void dumpregs(ctx_t *ctx)
log("%s%s=0x%-16lX ", r->name,
(strlen(r->name) == 2 ? "=" : ""), r->val);
}
log("\nrip=0x%-16lX rbp=0x%-16lX rsp=0x%-16lX flg=0x%-16lX\n",
log("\nrip=0x%-16lX rbp=0x%-16lX rsp=0x%-16lX flg=0x%-16lX\n\n",
ctx->r[RIP].val,
ctx->r[RBP].val,
ctx->r[RSP].val,