Implement SvcGetThreadContext3
This commit is contained in:
parent
c818093528
commit
65105c2a3b
10 changed files with 163 additions and 12 deletions
|
@ -25,6 +25,7 @@ namespace ChocolArm64.Instruction
|
|||
|
||||
Context.EmitLdarg(ATranslatedSub.StateArgIdx);
|
||||
|
||||
Context.EmitLdc_I8(Op.Position);
|
||||
Context.EmitLdc_I4(Op.Id);
|
||||
|
||||
Context.EmitPrivateCall(typeof(AThreadState), MthdName);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue