Fix typo in comment (truely -> truly)
Signed-off-by: Stefan Weil <weil@mail.berlios.de> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
This commit is contained in:
parent
e8e3bb2fa8
commit
8186e78311
@ -354,7 +354,7 @@ abi_ulong mmap_find_vma(abi_ulong start, abi_ulong size)
|
||||
}
|
||||
wrapped = 1;
|
||||
/* Don't actually use 0 when wrapping, instead indicate
|
||||
that we'd truely like an allocation in low memory. */
|
||||
that we'd truly like an allocation in low memory. */
|
||||
addr = (mmap_min_addr > TARGET_PAGE_SIZE
|
||||
? TARGET_PAGE_ALIGN(mmap_min_addr)
|
||||
: TARGET_PAGE_SIZE);
|
||||
|
@ -956,7 +956,7 @@ static int dec10_bdap_m(DisasContext *dc, int size)
|
||||
return insn_len;
|
||||
}
|
||||
#endif
|
||||
/* Now the rest of the modes are truely indirect. */
|
||||
/* Now the rest of the modes are truly indirect. */
|
||||
insn_len += dec10_prep_move_m(dc, 1, size, cpu_PR[PR_PREFIX]);
|
||||
tcg_gen_add_tl(cpu_PR[PR_PREFIX], cpu_PR[PR_PREFIX], cpu_R[rd]);
|
||||
cris_set_prefix(dc);
|
||||
|
Loading…
Reference in New Issue
Block a user