mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-14 17:28:07 +00:00
explicitly update stack pointer
This commit is contained in:
committed by
Ryan Fleury
parent
3f70cd6d05
commit
8bc1e4b21c
@@ -319,6 +319,9 @@ 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:;
|
exit:;
|
||||||
scratch_end(scratch);
|
scratch_end(scratch);
|
||||||
|
|||||||
Reference in New Issue
Block a user