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

Comparing BasiliskII/src/Unix/video_vosf.h (file contents):
Revision 1.13 by gbeauche, 2001-01-28T14:05:19Z vs.
Revision 1.14 by cebix, 2001-02-10T15:29:01Z

# Line 117 | Line 117 | static void Screen_fault_handler(int, in
117          do_handle_screen_fault(fault_addr);
118   }
119  
120 + # elif defined(__powerpc__) && defined(__linux__)
121 +
122 + static void Screen_fault_handler(int, struct sigcontext_struct *scs)
123 + {
124 +        D(bug("Screen_fault_handler: ADDR=0x%08X from IP=0x%08X\n", scs->regs->dar, scs->regs->nip));
125 +        do_handle_screen_fault((uintptr)scs->regs->dar, (uintptr)scs->regs->nip);
126 + }
127 +
128   # else
129   #  error "No suitable subterfuge for Video on SEGV signals"
130   # endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines