diff --git a/karch/dump.c b/karch/dump.c index c6e8222..f82ffd4 100644 --- a/karch/dump.c +++ b/karch/dump.c @@ -42,8 +42,8 @@ void dumpmem(ctx_t *ctx, ulong start, ulong size) void dumpfwstack(ctx_t *ctx) { - log("\nFirmware stack:\n"); - dumpmem(ctx, FWSTACK - 128, 128); + //log("\nFirmware stack:\n"); + //dumpmem(ctx, FWSTACK - 128, 128 + 64); } void dumpinstr(ctx_t *ctx, ulong rip, ushort c, acc_t *p1, acc_t *p2)