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

@ -24,9 +24,6 @@ void irs_handler (registers regs) {
}
}