mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-07-29 10:40:02 +00:00
eliminate per-callstack-frame 'parent num' - redundant info
This commit is contained in:
@@ -245,7 +245,6 @@ struct CTRL_Unwind
|
||||
typedef struct CTRL_CallStackFrame CTRL_CallStackFrame;
|
||||
struct CTRL_CallStackFrame
|
||||
{
|
||||
U64 parent_num;
|
||||
U64 unwind_count;
|
||||
U64 inline_depth;
|
||||
void *regs;
|
||||
|
||||
Reference in New Issue
Block a user