diff options
author | Luca Barbieri <luca@luca-barbieri.com> | 2010-03-29 18:50:14 +0200 |
---|---|---|
committer | Luca Barbieri <luca@luca-barbieri.com> | 2010-03-29 18:50:14 +0200 |
commit | 72f2e3a28265f652458fb005837eee217bf8d531 (patch) | |
tree | 633b9ae025dfb5da513635bd4ed02a2276dde06c | |
parent | be71736dfa10e1c370799dcb046ca183e598bd86 (diff) |
.
-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); |