retire 64-bit conversion functions

Change-Id: Ib6b81403f877c363a286c654e0524fa1cb781b80
This commit is contained in:
Ben Gras
2013-06-24 16:50:57 +02:00
parent 964e313c94
commit 456359aa72
27 changed files with 112 additions and 141 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ static size_t get_range(struct fbd_rule *rule, u64_t pos, size_t *size,
off = 0;
}
else {
if (skip != NULL) *skip = cvu64(0);
if (skip != NULL) *skip = ((u64_t)(0));
delta = sub64(rule->start, pos);