fixed error (SegPhys)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@894
This commit is contained in:
parent
109bd9958f
commit
0063eb982d
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue