On 26 March 2012 15:40, Davide <femudevelopm...@gmail.com> wrote:
> What does "target_pread" function do in flatload.c???

It acts like the standard POSIX pread() function except that
instead of passing in a void *buf and reading into host memory
at that host address, you pass in an abi_ulong ptr and it reads
into guest memory at that guest address.

-- PMM

Reply via email to