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

Comparing SheepShaver/src/Unix/main_unix.cpp (file contents):
Revision 1.82 by asvitkine, 2009-02-11T19:22:16Z vs.
Revision 1.83 by asvitkine, 2009-02-11T20:44:49Z

# Line 1623 | Line 1623 | void sigusr2_handler(int sig, siginfo_t
1623   */
1624  
1625   #if !EMULATED_PPC
1626 // XXX: don't redefine locally?
1627 // Note: Original declaration is in sigsegv.cpp
1628 // FIXME: If HAVE_MACH_EXCEPTIONS is set, sigsegv_info_t has a bunch of other
1629 //        fields too! Let's hope Screen_fault_handler() doesn't use them...
1630 struct sigsegv_info_t {
1631        sigsegv_address_t addr;
1632        sigsegv_address_t pc;
1633 };
1634
1626   static void sigsegv_handler(int sig, siginfo_t *sip, void *scp)
1627   {
1628          machine_regs *r = MACHINE_REGISTERS(scp);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines