diff options
Diffstat (limited to 'ChocolArm64/Instructions/InstEmitMemory.cs')
| -rw-r--r-- | ChocolArm64/Instructions/InstEmitMemory.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ChocolArm64/Instructions/InstEmitMemory.cs b/ChocolArm64/Instructions/InstEmitMemory.cs index 96e45b3f..96f782df 100644 --- a/ChocolArm64/Instructions/InstEmitMemory.cs +++ b/ChocolArm64/Instructions/InstEmitMemory.cs @@ -60,7 +60,7 @@ namespace ChocolArm64.Instructions EmitWBackIfNeeded(context); } - public static void LdrLit(ILEmitterCtx context) + public static void Ldr_Literal(ILEmitterCtx context) { IOpCodeLit64 op = (IOpCodeLit64)context.CurrOp; |
