]> sourceware.org Git - glibc.git/commitdiff
Missing comma in last commit.
authorH.J. Lu <hongjiu.lu@intel.com>
Thu, 26 Aug 2010 20:18:46 +0000 (13:18 -0700)
committerRoland McGrath <roland@redhat.com>
Thu, 26 Aug 2010 20:18:46 +0000 (13:18 -0700)
sysdeps/x86_64/multiarch/varshift.c

index 1050613b7a38258653c94986cf72dc15f7cdf1f0..46d72fe3d00eb712c9366b0f79f986be02579f43 100644 (file)
@@ -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
   };
This page took 0.046509 seconds and 5 git commands to generate.