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 1050613..46d72fe 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
   };