stack dump doesn't work well

This commit is contained in:
julianb0 2019-05-16 17:14:37 +02:00
parent 36bd4a0349
commit 5249e01eeb
No known key found for this signature in database
GPG Key ID: DDF8325C95299A62
1 changed files with 2 additions and 2 deletions

View File

@ -42,8 +42,8 @@ void dumpmem(ctx_t *ctx, ulong start, ulong size)
void dumpfwstack(ctx_t *ctx) void dumpfwstack(ctx_t *ctx)
{ {
log("\nFirmware stack:\n"); //log("\nFirmware stack:\n");
dumpmem(ctx, FWSTACK - 128, 128); //dumpmem(ctx, FWSTACK - 128, 128 + 64);
} }
void dumpinstr(ctx_t *ctx, ulong rip, ushort c, acc_t *p1, acc_t *p2) void dumpinstr(ctx_t *ctx, ulong rip, ushort c, acc_t *p1, acc_t *p2)