Redesign syscalls
All checks were successful
Build documentation / build-and-deploy (push) Successful in 40s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 40s
This commit is contained in:
@@ -157,7 +157,7 @@ static void amd64_intr_exception (struct saved_regs* regs) {
|
||||
regs->rbx);
|
||||
|
||||
if (regs->cs == (GDT_UCODE | 0x03)) {
|
||||
proc_kill (thiscpu->proc_current, regs);
|
||||
proc_kill (thiscpu->proc_current);
|
||||
} else {
|
||||
spin ();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user