diff options
Diffstat (limited to 'ChocolArm64/Translation/ILOpCodeCall.cs')
| -rw-r--r-- | ChocolArm64/Translation/ILOpCodeCall.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ChocolArm64/Translation/ILOpCodeCall.cs b/ChocolArm64/Translation/ILOpCodeCall.cs index 0b591d46..8486a791 100644 --- a/ChocolArm64/Translation/ILOpCodeCall.cs +++ b/ChocolArm64/Translation/ILOpCodeCall.cs @@ -12,7 +12,7 @@ namespace ChocolArm64.Translation _mthdInfo = mthdInfo; } - public void Emit(ILEmitter context) + public void Emit(ILMethodBuilder context) { context.Generator.Emit(OpCodes.Call, _mthdInfo); } |
