General: Add better safety for JIT use.
This commit is contained in:
parent
bd36eaf15d
commit
04e0f8776c
5 changed files with 39 additions and 7 deletions
|
@ -42,10 +42,12 @@ public:
|
|||
|
||||
private:
|
||||
static void GuestThreadFunction(void* cpu_manager);
|
||||
static void GuestRewindFunction(void* cpu_manager);
|
||||
static void IdleThreadFunction(void* cpu_manager);
|
||||
static void SuspendThreadFunction(void* cpu_manager);
|
||||
|
||||
void RunGuestThread();
|
||||
void RunGuestLoop();
|
||||
void RunIdleThread();
|
||||
void RunSuspendThread();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue