Merge pull request #13833 from jordan-woyak/exi-ethernet-atomic-interrupt

HW/EXI_DeviceEthernet: Make interrupt state atomic.
This commit is contained in:
Admiral H. Curtiss 2025-08-01 21:19:17 +02:00 committed by GitHub
commit 6b82389f45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -269,7 +269,7 @@ private:
u8 revision_id = 0; // 0xf0
u8 interrupt_mask = 0;
u8 interrupt = 0;
std::atomic<u8> interrupt = 0;
u16 device_id = 0xD107;
u8 acstart = 0x4E;
u32 hash_challenge = 0;