On Fri, Sep 16, 2016 at 10:46:56 -0700, Richard Henderson wrote: (snip) > - QEMU does not currently properly distinguish between code/data when > - looking up addresses. To avoid having to address this issue, our > - emulated PALcode will cheat and use the KSEG mapping for its code+data > - rather than physical addresses. > + That said, we're only emulating Unix PALcode, and not attempting VMS, > + so we don't need to implement Executive and Supervisor. QEMU's own > + PALcode cheats and usees the KSEG mapping for its code+data rather than > + physical addresses. */
s/usees/uses/ E.