|
From: Julian S. <js...@ac...> - 2009-01-15 03:04:01
|
> In the aspace manager all the functions like > VG_(am_notify_client_mmap) use Off64T for an argument, but the > 'offset' field of the NSegment type is a ULong. But the regression > tests still pass (on AMD64-linux) with the change so I'm inclined to > commit it. I'm pretty sure the Right Thing is to change NSegment.offset to be an Off64T, and leave the Off64Ts in VG_(am_notify_client_mmap) et al unchanged. That syncs with your plans iiuc, yes? J |