ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/uae_cpu/newcpu.h
(Generate patch)

Comparing BasiliskII/src/uae_cpu/newcpu.h (file contents):
Revision 1.6 by gbeauche, 2001-07-13T10:13:58Z vs.
Revision 1.7 by gbeauche, 2002-03-23T13:57:38Z

# 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  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines