Add comment to lss #ud

This commit is contained in:
copy 2017-03-31 15:16:49 -05:00
parent 62f276d463
commit 7c04e0d928

View file

@ -403,6 +403,7 @@ CPU.prototype.lss16 = function(seg)
{
if(this.modrm_byte >= 0xC0)
{
// 0xc4c4 #ud (EMULATOR_BOP) is used by reactos and windows to exit vm86 mode
this.trigger_ud();
}