summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nvlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nvlib.h b/nvlib.h
index 11f83f0..959f349 100644
--- a/nvlib.h
+++ b/nvlib.h
@@ -1054,7 +1054,7 @@ struct nv_device : public nv_region
fc = v << 12;
else
fc = v << 8;
- if(fc >= 0xfffff000)
+ if(fc >= 0xff000000)
return 0;
return new nv_fifoctx(ramin, fc);
}