summaryrefslogtreecommitdiffstats
path: root/liblzma/simple/x86.c
diff options
context:
space:
mode:
Diffstat (limited to 'liblzma/simple/x86.c')
-rw-r--r--liblzma/simple/x86.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/liblzma/simple/x86.c b/liblzma/simple/x86.c
index 0b14807..0e78909 100644
--- a/liblzma/simple/x86.c
+++ b/liblzma/simple/x86.c
@@ -97,7 +97,7 @@ x86_code(void *simple_ptr, uint32_t now_pos, bool is_encoder,
if (!Test86MSByte(b))
break;
- src = dest ^ ((1 << (32 - i * 8)) - 1);
+ src = dest ^ ((1U << (32 - i * 8)) - 1);
}
buffer[buffer_pos + 4]