diff options
Diffstat (limited to 'modules/mp_amd64')
-rw-r--r-- | modules/mp_amd64/bit_ops.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/mp_amd64/bit_ops.h b/modules/mp_amd64/bit_ops.h index dd7b33f32..a2f881229 100644 --- a/modules/mp_amd64/bit_ops.h +++ b/modules/mp_amd64/bit_ops.h @@ -61,7 +61,8 @@ inline void xor_buf(byte out[], const byte in[], u32bit length) /************************************************* * XOR Arrays * *************************************************/ -inline void xor_buf(byte out[], const byte in[], const byte in2[], u32bit length) +inline void xor_buf(byte out[], const byte in[], + const byte in2[], u32bit length) { while(length >= 8) { |