# | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |