diff options
Diffstat (limited to 'src/libmach/map.c')
-rw-r--r-- | src/libmach/map.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libmach/map.c b/src/libmach/map.c index ebfe03702..cd5ef0985 100644 --- a/src/libmach/map.c +++ b/src/libmach/map.c @@ -137,6 +137,8 @@ int fdrw(Map *map, Seg *s, uvlong addr, void *v, uint n, int isread) { int tot, m; + + USED(map); for(tot=0; tot<n; tot+=m){ if(isread) |