diff options
-rw-r--r-- | nvlib.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1054,6 +1054,7 @@ struct nv_device : public nv_region fc = v << 12; else fc = v << 8; + printf("%i %x\n", i, fc); if(fc >= ramin->size) return 0; return new nv_fifoctx(ramin, fc); |