Fix interrupts not working with -enable-kvm
This commit is contained in:
@ -33,7 +33,7 @@ void intr_pit_wait(uint32_t ms) {
|
||||
|
||||
int intr_pit_intr(IntrStackFrame *frame) {
|
||||
PIT_TICKS++;
|
||||
return INTR_OK;
|
||||
return 0;
|
||||
}
|
||||
|
||||
void intr_pit_init(void) {
|
||||
|
||||
Reference in New Issue
Block a user