# | Line 222 | Line 222 | static __inline__ void m68k_do_jsr(uaecp | |
---|---|---|
222 | static __inline__ void m68k_setstopped (int stop) | |
223 | { | |
224 | regs.stopped = stop; | |
225 | < | if (stop) |
225 | > | /* A traced STOP instruction drops through immediately without |
226 | > | actually stopping. */ |
227 | > | if (stop && (regs.spcflags & SPCFLAG_DOTRACE) == 0) |
228 | regs.spcflags |= SPCFLAG_STOP; | |
229 | } | |
230 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |