forgot one.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3685
This commit is contained in:
parent
5d865dafc8
commit
b986ab88f7
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue