Debugger must use CPU memory functions now, in preparation for paging
This commit is contained in:
parent
380db6ef7d
commit
f36b79cd25
4 changed files with 138 additions and 31 deletions
|
|
@ -3643,7 +3643,7 @@ X86.fnPageFault = function(addr, fPresent, fWrite)
|
|||
X86.fnFaultMessage = function(nFault, nError, fHalt)
|
||||
{
|
||||
var bitsMessage = Messages.FAULT;
|
||||
var bOpcode = this.bus.getByteDirect(this.regLIP);
|
||||
var bOpcode = this.getByte(this.regLIP);
|
||||
|
||||
/*
|
||||
* OS/2 1.0 uses an INT3 (0xCC) opcode in conjunction with an invalid IDT to trigger a triple-fault
|
||||
|
|
|
|||
Loading…
Reference in a new issue