clever hack to avoid starting from 0 disabled because

when own 0-pages are mapped out, this doesn't work and
isn't necessary.
This commit is contained in:
Ben Gras 2009-09-21 14:46:42 +00:00
parent d6819ff659
commit 90be3a051f

View file

@ -219,7 +219,9 @@ void read_conf(void)
{ static int first= 1;
if (!first) ip_panic(( "read_conf: called a second time" ));
first= 0;
#if 0
*(u8_t *)0 = 0xcc; /* INT 3 */
#endif
}