Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 750 → Rev 751

/shark/trunk/oslib/libc/reboot.c
26,7 → 26,7
 
FILE(reboot);
 
no_idt = { 0, 0 };
int no_idt[] = { 0, 0 };
 
void halt(void)
{