Compare commits

10 Commits

2 changed files with 1 additions and 3 deletions

View File

@ -381,6 +381,7 @@ irq15:
push $15
jmp irq_common
irq_common:
pusha

View File

@ -23,9 +23,6 @@ void irs_handler (registers regs) {
printf(" Error code: %d \n", regs.err_code);
}
}