Skip to content

Commit

Permalink
Missing comma in last commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
H.J. Lu authored and Roland McGrath committed Aug 26, 2010
1 parent 8b2b771 commit b416a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysdeps/x86_64/multiarch/varshift.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
};

0 comments on commit b416a90

Please sign in to comment.