Skip to content

Commit

Permalink
closes #571: bustage fix
Browse files Browse the repository at this point in the history
  • Loading branch information
classilla committed Aug 31, 2019
1 parent fe73f72 commit 5237da8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dom/base/nsTextFragmentVMX.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ FirstNon8Bit(const char16_t *str, const char16_t *end)

const int32_t len = end - str;
int32_t i = 0;
int32_t i2 = 0;

// Align ourselves to a 16-byte boundary, as required by AltiVec loads.
int32_t alignLen =
Expand Down

0 comments on commit 5237da8

Please sign in to comment.