mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 895727 - Fix obvious typo breaking Win64 builds. r=lumpy
This commit is contained in:
parent
b71c687f04
commit
68d9e42907
@ -205,7 +205,7 @@ namespace detail {
|
||||
{
|
||||
# if defined(MOZ_BITSCAN_WINDOWS64)
|
||||
unsigned long index;
|
||||
_BitScanForward64(&idx, static_cast<unsigned __int64>(u));
|
||||
_BitScanForward64(&index, static_cast<unsigned __int64>(u));
|
||||
return uint_fast8_t(index);
|
||||
# else
|
||||
uint32_t lo = uint32_t(u);
|
||||
|
Loading…
Reference in New Issue
Block a user