From 4e001ae17167b671138024bb3ee1407d21850e12 Mon Sep 17 00:00:00 2001 From: starfrost013 Date: Sat, 1 Feb 2025 23:44:39 +0000 Subject: [PATCH] indicate the right error --- src/video/nv/nv3/subsystems/nv3_pfifo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video/nv/nv3/subsystems/nv3_pfifo.c b/src/video/nv/nv3/subsystems/nv3_pfifo.c index 1508bc092..6c98cf85f 100644 --- a/src/video/nv/nv3/subsystems/nv3_pfifo.c +++ b/src/video/nv/nv3/subsystems/nv3_pfifo.c @@ -561,7 +561,7 @@ void nv3_pfifo_cache1_push(uint32_t addr, uint32_t val) // Reserved NVIDIA Objects oh_shit = true; oh_shit_reason = nv3_runout_reason_reserved_access; - new_address |= (nv3_runout_reason_free_count_overrun << NV3_PFIFO_RUNOUT_RAMIN_ERR); + new_address |= (nv3_runout_reason_reserved_access << NV3_PFIFO_RUNOUT_RAMIN_ERR); }