Support loading NSO/NRO without a MOD0 header, stub some functions, support more ids on SvcGetInfo
This commit is contained in:
parent
2347c44bbf
commit
b99e808791
15 changed files with 153 additions and 41 deletions
|
@ -147,7 +147,7 @@ namespace ChocolArm64.Translation
|
|||
|
||||
int IntCond = (int)Cond;
|
||||
|
||||
if (LastFlagOp == LastCmpOp && BranchOps.ContainsKey(Cond))
|
||||
if (LastCmpOp != null && LastFlagOp == LastCmpOp && BranchOps.ContainsKey(Cond))
|
||||
{
|
||||
Ldloc(Tmp3Index, AIoType.Int, GetIntType(LastCmpOp));
|
||||
Ldloc(Tmp4Index, AIoType.Int, GetIntType(LastCmpOp));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue