[NTVDM]: Fix my fix (r68005) of fix of r68003 aka. properly set the FirstBoot variable so that we can detect cold reboots.

svn path=/trunk/; revision=68082
This commit is contained in:
Hermès Bélusca-Maïto 2015-06-08 21:06:28 +00:00
parent 5e2fe69e38
commit 173bc48053

View file

@ -892,7 +892,6 @@ Bios32Post(LPWORD Stack)
EmulatorTerminate();
return;
}
FirstBoot = FALSE;
break;
}
@ -907,6 +906,8 @@ Bios32Post(LPWORD Stack)
break;
}
FirstBoot = FALSE;
/* Initialize the BDA and the BIOS ROM Information */
InitializeBiosData();
InitializeBiosInfo();