comparison cos/kernel/handlers.c @ 30:0148f55bfe24

Added static asserts and fixed pages
author windel
date Thu, 29 Dec 2011 23:51:35 +0100
parents 7e3bdcb391dc
children 88590c42320f
comparison
equal deleted inserted replaced
29:7e3bdcb391dc 30:0148f55bfe24
301 void INTDEF_handler() 301 void INTDEF_handler()
302 { 302 {
303 panic("Default int handler called\n"); 303 panic("Default int handler called\n");
304 } 304 }
305 305
306