Handle setjmp/longjmp explicitly.

This commit is contained in:
Skyth
2024-09-24 14:48:15 +03:00
parent 4453d56df0
commit 954d11c65e
3 changed files with 25 additions and 5 deletions

View File

@@ -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;
}