jumps weren't actually being pushed to the vector

This commit is contained in:
Simone
2023-12-27 11:00:20 +01:00
parent fb3146744f
commit 9d8ecdc953
3 changed files with 10 additions and 2 deletions

View File

@@ -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;