diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2010-05-29 10:20:44 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-05-29 10:20:44 +0000 |
commit | f5407bae297f0db0e453872d7de1e4a8f4da77b5 (patch) | |
tree | aa3983f0e94b1e0d99eff1171279fa6a67e296f7 /hw | |
parent | d4745f7d04ec6f10a87c0165ea05666f67d5cb4b (diff) | |
download | qemu-f5407bae297f0db0e453872d7de1e4a8f4da77b5.tar.gz qemu-f5407bae297f0db0e453872d7de1e4a8f4da77b5.tar.bz2 qemu-f5407bae297f0db0e453872d7de1e4a8f4da77b5.zip |
sparc64: fix user emulator build
Accesses with _nucleus prefix are not available when building user
emulators:
CC sparc64-linux-user/op_helper.o
cc1: warnings being treated as errors
/src/qemu/target-sparc/op_helper.c: In function 'helper_ldda_asi':
/src/qemu/target-sparc/op_helper.c:3063: error: implicit declaration of function 'ldq_nucleus'
Avoid making such accesses. Fixes breakage by 54a3c0f032abf93d1cedc75456af75401ac10360.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw')
0 files changed, 0 insertions, 0 deletions