mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-04-14 14:37:14 +00:00
closes #571: bustage fix
This commit is contained in:
parent
fe73f72f78
commit
5237da8dce
@ -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 =
|
||||
|
Loading…
x
Reference in New Issue
Block a user