diff options
Diffstat (limited to 'ChocolArm64/Translation/ILOpCodeBranch.cs')
| -rw-r--r-- | ChocolArm64/Translation/ILOpCodeBranch.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ChocolArm64/Translation/ILOpCodeBranch.cs b/ChocolArm64/Translation/ILOpCodeBranch.cs index b0ba2331..22b80b5d 100644 --- a/ChocolArm64/Translation/ILOpCodeBranch.cs +++ b/ChocolArm64/Translation/ILOpCodeBranch.cs @@ -13,7 +13,7 @@ namespace ChocolArm64.Translation _label = label; } - public void Emit(ILEmitter context) + public void Emit(ILMethodBuilder context) { context.Generator.Emit(_ilOp, _label.GetLabel(context)); } |
