m1n1.agx.event: Log events again

Signed-off-by: Asahi Lina <lina@asahilina.net>
This commit is contained in:
Asahi Lina 2022-08-17 13:38:52 +09:00
parent 80a18f7761
commit 59a00bdb5a

View file

@ -35,7 +35,7 @@ class GPUEventManager:
if v & (1 << j):
ev_id = i * 64 + j
ev = self.events[ev_id]
#self.agx.log(f"Event fired: {ev_id}")
self.agx.log(f"Event fired: {ev_id}")
if ev is None:
raise Exception("Received spurious notification for event ID {ev}")
ev.fire()