summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nvlib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nvlib.h b/nvlib.h
index c30b50d..d892466 100644
--- a/nvlib.h
+++ b/nvlib.h
@@ -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);