On 09/18/2011 05:44 AM, Jan Kiszka wrote: > + *data = mrp->read(mr->opaque, offset + mr->offset) | > + mrp->read(mr->opaque, offset + mr->offset + 1);
Missing shift. Also, a comment about the fact that the legacy interface doesn't handle size 4 would also be welcome. r~