diff --git a/src/debug/debug.cpp b/src/debug/debug.cpp index 5a849e6d..5b5fa313 100644 --- a/src/debug/debug.cpp +++ b/src/debug/debug.cpp @@ -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);