mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@98953 d073be05-634f-4543-b044-5fe20cf6d1d6
14 lines
405 B
Diff
14 lines
405 B
Diff
Index: src/cpu/callback.cpp
|
|
===================================================================
|
|
--- src/cpu/callback.cpp (Revision 3693)
|
|
+++ src/cpu/callback.cpp (Revision 3694)
|
|
@@ -65,7 +65,7 @@
|
|
Bit16u oldcs=SegValue(cs);
|
|
Bit32u oldeip=reg_eip;
|
|
SegSet16(cs,CB_SEG);
|
|
- reg_eip=call_idle*CB_SIZE;
|
|
+ reg_eip=CB_SOFFSET+call_idle*CB_SIZE;
|
|
DOSBOX_RunMachine();
|
|
reg_eip=oldeip;
|
|
SegSet16(cs,oldcs);
|