Missing comma in last commit.

This commit is contained in:
H.J. Lu 2010-08-26 13:18:46 -07:00 committed by Roland McGrath
parent 8b2b771538
commit b416a90085

View 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
};