mirror of
https://gitlab.os-k.eu/os-k-team/kvisc.git
synced 2023-08-25 14:05:46 +02:00
stack dump doesn't work well
This commit is contained in:
parent
36bd4a0349
commit
5249e01eeb
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user