1
0
Fork 0

fixed error (SegPhys)

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@894
This commit is contained in:
Ulf Wohlers 2003-04-08 19:11:36 +00:00
parent 109bd9958f
commit 0063eb982d

View file

@ -467,7 +467,7 @@ bool DEBUG_IntBreakpoint(Bit8u intNum)
static bool StepOver()
{
PhysPt start=Segs[cs].phys+reg_eip;
PhysPt start=SegPhys(cs)+reg_eip;
char dline[200];Bitu size;
size=DasmI386(dline, start, reg_eip, false);