ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Unix/main_unix.cpp
(Generate patch)

Comparing BasiliskII/src/Unix/main_unix.cpp (file contents):
Revision 1.33 by gbeauche, 2001-06-26T22:35:41Z vs.
Revision 1.34 by cebix, 2001-06-28T21:19:59Z

# Line 667 | Line 667 | static void sigint_handler(...)
667          uaecptr nextpc;
668          extern void m68k_dumpstate(uaecptr *nextpc);
669          m68k_dumpstate(&nextpc);
670 < #else
670 > #endif
671          char *arg[4] = {"mon", "-m", "-r", NULL};
672          mon(3, arg);
673          QuitEmulator();
674 #endif
674   }
675   #endif
676  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines