Lay down initial JIT structure
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
#include <Core.hpp>
|
||||
|
||||
namespace n64 {
|
||||
void Interpreter::Reset() {
|
||||
regs.Reset();
|
||||
mem.Reset();
|
||||
}
|
||||
|
||||
int Interpreter::Step() {
|
||||
CheckCompareInterrupt();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user