Debugger fixes for 80386 instructions, plus more Compaq DeskPro 386 notes

This commit is contained in:
Jeff Parsons 2015-04-09 15:51:17 -07:00 committed by jeffpar
commit cbeeacd6fd
7 changed files with 374 additions and 105 deletions

View file

@ -249,6 +249,7 @@ Memory.prototype = {
* presumably produced merely to become a clone.
*/
this.id = mem.id | 0x1;
this.used = mem.used;
this.size = mem.size;
if (type) {
this.type = type;