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.25 by cebix, 2001-07-03T15:59:47Z vs.
Revision 1.26 by cebix, 2001-07-06T20:49:48Z

# Line 237 | Line 237 | static bool video_init_buffer(void)
237  
238   static bool screen_fault_handler(sigsegv_address_t fault_address, sigsegv_address_t fault_instruction)
239   {
240 <        D(bug("screen_fault_handler: ADDR=0x%08X from IP=0x%08X\n", fault_address, fault_instruction));
240 > //      D(bug("screen_fault_handler: ADDR=0x%08X from IP=0x%08X\n", fault_address, fault_instruction));
241          const uintptr addr = (uintptr)fault_address;
242          
243          /* Someone attempted to write to the frame buffer. Make it writeable

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines