Remove unneeded temp use
This commit is contained in:
parent
0d448cde37
commit
25eb2c75b4
1 changed files with 0 additions and 3 deletions
|
@ -73,13 +73,10 @@ namespace ChocolArm64.Instructions
|
|||
OpCodeBReg64 op = (OpCodeBReg64)context.CurrOp;
|
||||
|
||||
context.EmitLdintzr(op.Rn);
|
||||
context.EmitSttmp();
|
||||
|
||||
context.EmitLdc_I(op.Position + 4);
|
||||
context.EmitStint(CpuThreadState.LrIndex);
|
||||
context.EmitStoreState();
|
||||
|
||||
context.EmitLdtmp();
|
||||
context.Emit(OpCodes.Ret);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue