sparc64: fix user emulator build
authorBlue Swirl <blauwirbel@gmail.com>
Sat, 29 May 2010 10:20:44 +0000 (10:20 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 29 May 2010 10:20:44 +0000 (10:20 +0000)
commitf5407bae297f0db0e453872d7de1e4a8f4da77b5
treeaa3983f0e94b1e0d99eff1171279fa6a67e296f7
parentd4745f7d04ec6f10a87c0165ea05666f67d5cb4b
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>
target-sparc/op_helper.c