On Thu, Feb 08, 2018 at 14:28:34 +1300, Michael Clark wrote: > TCG code generation for the RV32IMAFDC and RV64IMAFDC. The QEMU > RISC-V code generator has complete coverage for the Base ISA v2.2, > Privileged ISA v1.9.1 and Privileged ISA v1.10: > > - RISC-V Instruction Set Manual Volume I: User-Level ISA Version 2.2 > - RISC-V Instruction Set Manual Volume II: Privileged ISA Version 1.9.1 > - RISC-V Instruction Set Manual Volume II: Privileged ISA Version 1.10 > > Reviewed-by: Richard Henderson <richard.hender...@linaro.org> > Signed-off-by: Michael Clark <m...@sifive.com> > --- (snip) > +++ b/target/riscv/translate.c (snip) > + /* Address comparion failure. However, we still need to > + provide the memory barrier implied by AQ/RL. */
s/comparion/comparison/ E.