[JIT]: Specialize register write handlers
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#include <jit/helpers.hpp>
|
||||
|
||||
namespace n64 {
|
||||
JIT::JIT(ParallelRDP ¶llel) : mem(regs, parallel) {}
|
||||
JIT::JIT(ParallelRDP ¶llel) : regs(this), mem(regs, parallel) {}
|
||||
|
||||
bool JIT::ShouldServiceInterrupt() const {
|
||||
const bool interrupts_pending = (regs.cop0.status.im & regs.cop0.cause.interruptPending) != 0;
|
||||
|
||||
Reference in New Issue
Block a user