Skip to content
Snippets Groups Projects
Commit 5938e021 authored by Sean McGovern's avatar Sean McGovern Committed by Ronald S. Bultje
Browse files

cpu detection: avoid a signed overflow


1<<31 overflows because 1 is signed, so force it to unsigned.

Signed-off-by: default avatarRonald S. Bultje <rsbultje@gmail.com>
parent 757b86cd
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment