mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-10 17:05:08 +00:00
[rpcsx-os/linker] Fix ehframe setup
This commit is contained in:
parent
f6b73f6f29
commit
4ee7d2d54a
2 changed files with 5 additions and 5 deletions
|
|
@ -512,7 +512,7 @@ SysResult processNeeded(Thread *thread) {
|
|||
|
||||
SysResult registerEhFrames(Thread *thread) {
|
||||
for (auto [id, module] : thread->tproc->modulesMap) {
|
||||
__register_frame(module->ehFrameHdr);
|
||||
__register_frame(module->ehFrame);
|
||||
}
|
||||
|
||||
return {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue