diff options
Diffstat (limited to 'ChocolArm64/Translation/ILOpCodeLog.cs')
| -rw-r--r-- | ChocolArm64/Translation/ILOpCodeLog.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ChocolArm64/Translation/ILOpCodeLog.cs b/ChocolArm64/Translation/ILOpCodeLog.cs index 2c77021b..ebb042b5 100644 --- a/ChocolArm64/Translation/ILOpCodeLog.cs +++ b/ChocolArm64/Translation/ILOpCodeLog.cs @@ -9,7 +9,7 @@ namespace ChocolArm64.Translation _text = text; } - public void Emit(ILEmitter context) + public void Emit(ILMethodBuilder context) { context.Generator.EmitWriteLine(_text); } |
