1
0
Fork 0

forgot one.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3685
This commit is contained in:
Peter Veenstra 2011-03-06 17:20:32 +00:00
parent 5d865dafc8
commit b986ab88f7

View file

@ -2056,6 +2056,7 @@ static Bits HLT_Decode(void) {
void CPU_HLT(Bitu oldeip) {
reg_eip=oldeip;
CPU_IODelayRemoved += CPU_Cycles;
CPU_Cycles=0;
cpu.hlt.cs=SegValue(cs);
cpu.hlt.eip=reg_eip;