Removed SAMPLER and RegFrame code (DEBUG-only code that's easy to resurrect if needed later)

This commit is contained in:
Jeff Parsons 2015-10-18 11:27:35 -07:00
commit b944cff3b5
6 changed files with 2 additions and 139 deletions

View file

@ -3686,7 +3686,6 @@ X86.opIRET = function IRET()
return;
}
X86.fnIRET.call(this);
// if (DEBUG) this.popRegFrame();
};
/**