More 80386 instructions
This commit is contained in:
parent
f098335db9
commit
f9cb8a5bec
15 changed files with 2873 additions and 1673 deletions
|
|
@ -492,7 +492,7 @@ Memory.writeLongChecked = function writeLongChecked(off, l)
|
|||
this.dbg.checkMemoryWrite(this.addr + off) ||
|
||||
this.dbg.checkMemoryWrite(this.addr + off + 1) ||
|
||||
this.dbg.checkMemoryWrite(this.addr + off + 2) ||
|
||||
this.dbg.checkMemoryWrite(this.addr + off + 3)
|
||||
this.dbg.checkMemoryWrite(this.addr + off + 3);
|
||||
}
|
||||
this.writeLongDirect(off, l);
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue