On 06/10/2016 18:31, Emilio G. Cota wrote: >> > - >> > -For system emulation QEMU supports a soft MMU. In that mode, the MMU >> > +memory accesses. QEMU keeps a map that host program counter to >> > +target program counter, and looks up where the exception happened >> > +based on the host program counter at the exception point. > I had to read "keeps a map that host program to target program counter" > several times; that "that" confused me. > Perhaps "keeps a map of host-to-target program counters" would > be clearer? >
It should have been a "from" (from host program counter to target program counter). Paolo