diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-01-23 20:48:05 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-01-23 20:48:05 +0000 |
commit | bd3fae3df6233729591b65f7c9f008d4182f6b44 (patch) | |
tree | ea47a17f0f37b8ef72029dc587851847e50ff1fc | |
parent | 9230e66e5c711bd077705465d34161d6b1e7fee7 (diff) | |
download | qemu-bd3fae3df6233729591b65f7c9f008d4182f6b44.zip |
removed warning
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1238 c046a42c-6fe2-441c-8c8c-71466251a162
-rw-r--r-- | tests/test-i386.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test-i386.c b/tests/test-i386.c index 94955c2478..9f1c4f0038 100644 --- a/tests/test-i386.c +++ b/tests/test-i386.c @@ -1735,7 +1735,6 @@ static uint64_t __attribute__((aligned(16))) test_values[4][2] = { #define SHUF_OP(op, ib)\ {\ - int i;\ a.q[0] = test_values[0][0];\ a.q[1] = test_values[0][1];\ b.q[0] = test_values[1][0];\ |