jumps weren't actually being pushed to the vector
This commit is contained in:
@@ -37,7 +37,7 @@ Fn JIT::Recompile() {
|
||||
//prologue();
|
||||
//mov(rbp, u64(this));
|
||||
//mov(rdi, u64(this) + THIS_OFFSET(regs));
|
||||
u64 pc = regs.pc + 0x3D0;
|
||||
u64 pc = regs.pc;
|
||||
while(old_stable) {
|
||||
old_stable = stable;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user