indicate the right error

This commit is contained in:
starfrost013
2025-02-01 23:44:39 +00:00
parent 782a4a058b
commit 4e001ae171

View File

@@ -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);
}