Debugger refinements
This commit is contained in:
parent
2422ff1dc0
commit
e71f8c096a
9 changed files with 111 additions and 61 deletions
|
|
@ -475,7 +475,7 @@ X86CPU.prototype.enablePageBlocks = function()
|
|||
X86CPU.prototype.flushPageBlocks = function()
|
||||
{
|
||||
if (this.regCR0 & X86.CR0.PG) this.enablePageBlocks();
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
* acquirePageBlock(addr)
|
||||
|
|
|
|||
Loading…
Reference in a new issue