summaryrefslogtreecommitdiffstats
path: root/linux-user
diff options
context:
space:
mode:
authorPeter Maydell2015-01-20 16:19:32 +0100
committerPeter Maydell2015-01-20 16:19:32 +0100
commiteb513f82f04fab442cdef9db698dafc852275f7f (patch)
tree26becd3870d5bf641f9ef73267e732fbb39c272f /linux-user
parentmonitor.c: Use ld*_p() instead of ld*_raw() (diff)
downloadqemu-eb513f82f04fab442cdef9db698dafc852275f7f.tar.gz
qemu-eb513f82f04fab442cdef9db698dafc852275f7f.tar.xz
qemu-eb513f82f04fab442cdef9db698dafc852275f7f.zip
target-sparc: Don't use {ld, st}*_raw functions
Instead of using the _raw family of ld/st accessor functions, use cpu_*_data. All this code is CONFIG_USER_ONLY, so the two are the same semantically, but the _raw functions are really a detail of the implementation which has leaked into a few callsites like this one. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Richard Henderson <rth@twiddle.net> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Message-id: 1421334118-3287-4-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'linux-user')
0 files changed, 0 insertions, 0 deletions