mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-26 07:39:56 -06:00
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:
@ -220,6 +220,7 @@ struct Info
|
||||
u16 DstRegs, SrcRegs;
|
||||
u16 Kind;
|
||||
|
||||
bool EndBlock;
|
||||
bool Branches()
|
||||
{
|
||||
return DstRegs & (1 << 15);
|
||||
|
Reference in New Issue
Block a user