diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-01-30 22:43:42 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-01-30 22:43:42 +0000 |
commit | 64b3ab24391c47869a09d082ee073e9832718fc2 (patch) | |
tree | 8a4a7fde834ff6b8c612e4720061ab34702fe64f /thunk.c | |
parent | removed debug code (diff) | |
download | qemu-kvm-64b3ab24391c47869a09d082ee073e9832718fc2.tar.gz qemu-kvm-64b3ab24391c47869a09d082ee073e9832718fc2.tar.bz2 qemu-kvm-64b3ab24391c47869a09d082ee073e9832718fc2.zip |
sparc64 support (Blue Swirl)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1254 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'thunk.c')
-rw-r--r-- | thunk.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -153,7 +153,7 @@ const argtype *thunk_convert(void *dst, const void *src, } break; #else -#error unsupported conversion +#warning unsupported conversion #endif case TYPE_ARRAY: { |