End the _t nonsense
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ void read_rflags(uint64_t rflags)
|
||||
* Will display to terminal if it is initialized, otherwise serial only.
|
||||
* Can be called with or without a CPU context.
|
||||
*/
|
||||
void panic(struct cpu_status_t* ctx, const char* str)
|
||||
void panic(struct cpu_status* ctx, const char* str)
|
||||
{
|
||||
CLEAR_INTERRUPTS;
|
||||
panic_count += 1;
|
||||
|
||||
Reference in New Issue
Block a user