Still increment the get address if a software method is found. This might cause slightly more cache errors and FIFO refills, but seems like the correct thing to do. It also prevents endless loops of finding bugs while debugging

This commit is contained in:
starfrost013
2025-07-15 16:45:40 +01:00
parent 383a8f468d
commit 9968645f1d
5 changed files with 17 additions and 17 deletions

View File

@@ -36,7 +36,8 @@
"name": "debug",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug",
"NV_LOG": "ON"
"NV_LOG": "ON",
"NV_LOG_ULTRA": "ON"
},
"inherits": "base"
},