Applied some more breakpoint fixes
This commit is contained in:
parent
6003e948b6
commit
72a9b8ef8c
6 changed files with 62 additions and 53 deletions
|
|
@ -1696,7 +1696,7 @@ X86CPU.prototype.checkIntReturn = function(addr)
|
|||
X86CPU.prototype.addMemCheck = function(addr, fWrite)
|
||||
{
|
||||
var iBlock = addr >>> this.nBlockShift;
|
||||
this.aMemBlocks[iBlock].addBreakpoint(addr & this.nBlockLimit, fWrite);
|
||||
this.aMemBlocks[iBlock].addBreakpoint(addr & this.nBlockLimit, fWrite, this);
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue