mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-24 05:49:58 +00:00
Fix a typo.
This commit is contained in:
parent
8438f0f4d2
commit
1c923611e0
@ -49,7 +49,7 @@ namespace MIPSCodeUtils
|
||||
{
|
||||
u32 GetCallTarget(u32 addr);
|
||||
u32 GetBranchTarget(u32 addr);
|
||||
// Ignores bltzal/etc. the change RA.
|
||||
// Ignores bltzal/etc. instructions that change RA.
|
||||
u32 GetBranchTargetNoRA(u32 addr);
|
||||
u32 GetJumpTarget(u32 addr);
|
||||
u32 GetSureBranchTarget(u32 addr);
|
||||
|
Loading…
Reference in New Issue
Block a user