Update InstEmitMemoryHelper.cs
This commit is contained in:
parent
18240cef6c
commit
7657ede597
1 changed files with 2 additions and 2 deletions
|
@ -288,7 +288,7 @@ namespace ARMeilleure.Instructions
|
|||
|
||||
private static Operand EmitPtPointerLoad(ArmEmitterContext context, Operand address, Operand lblFallbackPath)
|
||||
{
|
||||
string name = nameof(MemoryManager.PTbl);
|
||||
string name = nameof(MemoryManager.PageTable);
|
||||
|
||||
Operand pte = Const(context.Memory.PageTable.ToInt64(), true, name);
|
||||
|
||||
|
@ -461,4 +461,4 @@ namespace ARMeilleure.Instructions
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue