diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2010-08-26 13:18:46 -0700 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 2010-08-26 13:18:46 -0700 |
commit | b416a900856ff871c06b08fa2c9c943fd86597da (patch) | |
tree | 2c88db1895918b59b65c7a58e721d66344f7c911 /sysdeps/x86_64 | |
parent | 8b2b77153826547eb9cb204c3d3e0e407b574dba (diff) | |
download | glibc-b416a900856ff871c06b08fa2c9c943fd86597da.tar glibc-b416a900856ff871c06b08fa2c9c943fd86597da.tar.gz glibc-b416a900856ff871c06b08fa2c9c943fd86597da.tar.bz2 glibc-b416a900856ff871c06b08fa2c9c943fd86597da.zip |
Missing comma in last commit.
Diffstat (limited to 'sysdeps/x86_64')
-rw-r--r-- | sysdeps/x86_64/multiarch/varshift.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/x86_64/multiarch/varshift.c b/sysdeps/x86_64/multiarch/varshift.c index 1050613b7a..46d72fe3d0 100644 --- a/sysdeps/x86_64/multiarch/varshift.c +++ b/sysdeps/x86_64/multiarch/varshift.c @@ -21,6 +21,6 @@ const int8_t ___m128i_shift_right[31] attribute_hidden = { - 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 + 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1 }; |