fix compile

This commit is contained in:
Quinten Kock 2020-12-26 02:24:15 +01:00
parent d7e2df626d
commit 940f077480
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ void setup_idt();
void setup_ints() { void setup_ints() {
setup_idt(); setup_idt();
init_idt(); init_idt();
set_idt_ent(0x80, (uint64_t)&isr_wrapper128, 0, 0, INT64);
__asm__ volatile("int $0x80"); __asm__ volatile("int $0x80");