Home
last modified time | relevance | path

Searched hist:"4387345 a962284c77435a9644d528d2356adecc5" (Results 1 – 1 of 1) sorted by relevance

/qemu/tcg/
H A Dtcg.c4387345a962284c77435a9644d528d2356adecc5 Fri Mar 28 15:29:47 UTC 2014 Peter Maydell <peter.maydell@linaro.org> tcg: Avoid stores to unaligned addresses

Avoid stores to unaligned addresses in TCG code generation, by using the
usual memcpy() approach. (Using bswap.h would drag a lot of QEMU baggage
into TCG, so it's simpler just to do direct memcpy() here.)

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <rth@twiddle.net>