Fix interrupts not working with -enable-kvm

This commit is contained in:
2025-11-18 14:20:46 +01:00
parent edcdaa5c60
commit 2a0dddead3
5 changed files with 5 additions and 11 deletions

View File

@ -7,9 +7,6 @@
#define INTR_IRQBASE 0x20
#define INTR_OK 1
#define INTR_NOEOI 2
typedef struct {
uint64_t r15;
uint64_t r14;