mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-23 05:23:59 +00:00
Handle setjmp/longjmp explicitly.
This commit is contained in:
@@ -191,4 +191,7 @@ void SWARecompiler::Analyse()
|
||||
}
|
||||
|
||||
std::sort(functions.begin(), functions.end(), [](auto& lhs, auto& rhs) { return lhs.base < rhs.base; });
|
||||
|
||||
setJmpAddress = 0x831B6AB0;
|
||||
longJmpAddress = 0x831B6790;
|
||||
}
|
||||
|
Reference in New Issue
Block a user