cleanup arch api
This commit is contained in:
@@ -4,5 +4,6 @@
|
||||
void panic(const char* msg)
|
||||
{
|
||||
printf(msg);
|
||||
disable_interrupts();
|
||||
halt();
|
||||
}
|
||||
Reference in New Issue
Block a user