Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 620 → Rev 622

/shark/trunk/oslib/libc/stdlib/stdlib.c
58,6 → 58,7
extern void bios_restore(void);
 
bios_restore();
//printk("Exiting with mode: %d\n", ll_exit_mode);
switch (ll_exit_mode) {
case EXIT_MODE_HALT:
halt();