mirror of
https://github.com/decompals/wibo.git
synced 2025-12-12 06:45:05 +00:00
Split into HostContextGuard/GuestContextGuard
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
namespace mscoree {
|
||||
|
||||
void WIN_FUNC CorExitProcess(int exitCode) {
|
||||
WIN_API_SEGMENT_GUARD();
|
||||
HOST_CONTEXT_GUARD();
|
||||
DEBUG_LOG("CorExitProcess(%i)\n", exitCode);
|
||||
exit(exitCode);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user