mirror of
https://git.ryujinx.app/kenji-nx/ryujinx.git
synced 2025-12-13 04:37:02 +00:00
A32: Fix BLX and BXWritePC (#3151)
This commit is contained in:
parent
644b497df1
commit
f1460d5494
2 changed files with 2 additions and 2 deletions
|
|
@ -71,7 +71,7 @@ namespace ARMeilleure.Instructions
|
|||
|
||||
SetFlag(context, PState.TFlag, bitOne);
|
||||
|
||||
EmitVirtualCall(context, addr);
|
||||
EmitBxWritePc(context, addr);
|
||||
}
|
||||
|
||||
public static void Bx(ArmEmitterContext context)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue