Opt..
This commit is contained in:
parent
e6a07d8119
commit
47a2606124
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@ using ARMeilleure.Decoders;
|
||||||
using ARMeilleure.IntermediateRepresentation;
|
using ARMeilleure.IntermediateRepresentation;
|
||||||
using ARMeilleure.Memory;
|
using ARMeilleure.Memory;
|
||||||
using ARMeilleure.Translation;
|
using ARMeilleure.Translation;
|
||||||
|
using ARMeilleure.Translation.AOT;
|
||||||
using System;
|
using System;
|
||||||
|
|
||||||
using static ARMeilleure.Instructions.InstEmitHelper;
|
using static ARMeilleure.Instructions.InstEmitHelper;
|
||||||
|
@ -290,7 +291,7 @@ namespace ARMeilleure.Instructions
|
||||||
{
|
{
|
||||||
string name = nameof(MemoryManager.PageTable);
|
string name = nameof(MemoryManager.PageTable);
|
||||||
|
|
||||||
Operand pte = Const(context.Memory.PageTable.ToInt64(), true, name);
|
Operand pte = Const(context.Memory.PageTable.ToInt64(), Aot.Enabled, name);
|
||||||
|
|
||||||
int bit = MemoryManager.PageBits;
|
int bit = MemoryManager.PageBits;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue