mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-14 09:18:09 +00:00
explicitly update stack pointer
This commit is contained in:
committed by
Ryan Fleury
parent
3f70cd6d05
commit
8bc1e4b21c
@@ -319,7 +319,10 @@ dw_cfi_apply_register_rules(Arch arch,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// update stack pointer
|
||||
U64 sp = dw_sp_from_arch(arch);
|
||||
reg_write_func(sp, &cfa, sizeof(cfa), reg_write_ud);
|
||||
|
||||
exit:;
|
||||
scratch_end(scratch);
|
||||
return unwind_status;
|
||||
|
||||
Reference in New Issue
Block a user