diff options
author | 2014-05-02 18:32:38 +0100 | |
---|---|---|
committer | 2014-05-24 00:07:29 +0400 | |
commit | 1a3de8dbecd9a1f628f3e95085158d085725ae52 (patch) | |
tree | 6a606351a4d1e50c8b328b4ecf68787849c95a6b /target-openrisc/exception_helper.c | |
parent | configure: Automatically select GTK+ 3.0 if GTK+ 2.0 is unavailable (diff) | |
download | qemu-1a3de8dbecd9a1f628f3e95085158d085725ae52.tar.xz qemu-1a3de8dbecd9a1f628f3e95085158d085725ae52.zip |
bswap.h: Rename ldl_p, stl_p, etc to ldl_he_p, stl_he_p, etc
We have an unfortunate naming clash between the functions
ldl_p, stl_p, etc defined in bswap.h (which have semantics
"load/store in host endianness") and the #defines of the same
name in cpu-all.h (which have the semantics "load/store in
target endianness").
Fortunately it turns out that the only users of the bswap.h
functions are all within bswap.h itself, so we can simply
rename them to include a _he_ infix for "host endianness".
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'target-openrisc/exception_helper.c')
0 files changed, 0 insertions, 0 deletions