diff options
| author | Peter Maydell | 2015-01-20 16:19:32 +0100 |
|---|---|---|
| committer | Peter Maydell | 2015-01-20 16:19:32 +0100 |
| commit | eb513f82f04fab442cdef9db698dafc852275f7f (patch) | |
| tree | 26becd3870d5bf641f9ef73267e732fbb39c272f /linux-user | |
| parent | monitor.c: Use ld*_p() instead of ld*_raw() (diff) | |
| download | qemu-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
