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)
|
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);
|
Operand pte = Const(context.Memory.PageTable.ToInt64(), true, name);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue