fix JIT block hash after a merged thumb BL

fixes #928
This commit is contained in:
RSDuck
2021-01-05 22:38:29 +01:00
parent ef75e3cdd1
commit 5865b4438e
2 changed files with 12 additions and 9 deletions

View File

@ -275,7 +275,7 @@ void Compiler::T_Comp_BL_Merged()
target |= 1;
MOV(32, MapReg(14), Imm32((R15 - 2) | 1));
Comp_JumpTo(target);
}