Revision 8186e783

b/linux-user/mmap.c
354 354
            }
355 355
            wrapped = 1;
356 356
            /* Don't actually use 0 when wrapping, instead indicate
357
               that we'd truely like an allocation in low memory.  */
357
               that we'd truly like an allocation in low memory.  */
358 358
            addr = (mmap_min_addr > TARGET_PAGE_SIZE
359 359
                     ? TARGET_PAGE_ALIGN(mmap_min_addr)
360 360
                     : TARGET_PAGE_SIZE);
b/target-cris/translate_v10.c
956 956
        return insn_len;
957 957
    }
958 958
#endif
959
    /* Now the rest of the modes are truely indirect.  */
959
    /* Now the rest of the modes are truly indirect.  */
960 960
    insn_len += dec10_prep_move_m(dc, 1, size, cpu_PR[PR_PREFIX]);
961 961
    tcg_gen_add_tl(cpu_PR[PR_PREFIX], cpu_PR[PR_PREFIX], cpu_R[rd]);
962 962
    cris_set_prefix(dc);

Also available in: Unified diff