This commit is contained in:
Stephen Miller 2025-02-02 11:32:09 -06:00
parent 94f64a6e6f
commit 1f28ed8886

View File

@ -86,7 +86,7 @@ struct EqueueEvent {
is_triggered = true;
auto hint = reinterpret_cast<u64>(data);
if (hint != 0) {
auto event_id = event.ident << 48;
auto event_id = event.ident >> 48;
auto hint_h = u32(hint >> 8) & 0xFFFFFF;
auto ident_h = u32(event.ident >> 40);
if ((u32(hint) & 0xFF) == event_id && event_id != 0xFE &&