A little more meat on the X86FPU bones

This commit is contained in:
Jeff Parsons 2015-11-15 11:13:59 -08:00
commit a1556df5a5
14 changed files with 801 additions and 81 deletions

View file

@ -301,7 +301,7 @@ CPU.prototype.powerDown = function(fSave, fShutdown)
*
* this.aFlags.fPowered = false;
*/
return fSave && this.save ? this.save() : true;
return fSave? this.save() : true;
};
/**