jit: fix thumb hi reg alu and mcr halt

+ mcr/mrc aren't always, msr_imm is never unk on ARM7
This commit is contained in:
RSDuck
2019-07-21 17:28:16 +02:00
parent 9d180c7bbc
commit 4a0f6b3b4b
5 changed files with 45 additions and 16 deletions

View File

@ -220,6 +220,7 @@ struct Info
u16 DstRegs, SrcRegs;
u16 Kind;
bool EndBlock;
bool Branches()
{
return DstRegs & (1 << 15);