# HG changeset patch # User TomW # Date 1404853608 -3600 # Node ID 07168c9bdd226de36f04569a802a74ef720896d5 # Parent a6ce8addfffab0c9d8fb84bae074856c37b75ad2 Added REP NOP / PAUSE instruction, needed for Windows 2000 installer. Patch from SA1988. diff -r a6ce8addfffa -r 07168c9bdd22 src/386.c --- a/src/386.c Tue Jul 08 21:03:34 2014 +0100 +++ b/src/386.c Tue Jul 08 22:06:48 2014 +0100 @@ -663,6 +663,9 @@ if (c > 0) { firstrepcycle = 0; pc = ipc; if (ssegs) ssegs++; } else firstrepcycle = 1; break; + case 0x90: case 0x190: /*REP NOP*/ + case 0x290: case 0x390: + break; case 0xA4: case 0x1A4: /*REP MOVSB*/ if (c>0) {