Fix interrupts not working with -enable-kvm
This commit is contained in:
@ -165,7 +165,7 @@ int ps2kbdev_intr(IntrStackFrame *frame) {
|
||||
ipc_mbuspublish("ps2kb", &b);
|
||||
}
|
||||
|
||||
return INTR_OK;
|
||||
return 0;
|
||||
}
|
||||
|
||||
void ps2kbdev_init(void) {
|
||||
|
||||
Reference in New Issue
Block a user