No more segfault in JIT. Keeps executing the same blocks over and over though...
This commit is contained in:
@@ -6,7 +6,7 @@ Scheduler scheduler;
|
||||
|
||||
Scheduler::Scheduler() {
|
||||
events.push({UINT64_MAX, [](n64::Mem&, n64::Registers&){
|
||||
util::panic("How the fuck did we get here?!\n");
|
||||
Util::panic("How the fuck did we get here?!\n");
|
||||
}});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user