On 04/10/2018 12:17 PM, Max Filippov wrote:
> +    uint64_t off = tlow |
> +        ((unsigned long long)thigh << TARGET_LONG_BITS / 2) <<

There's a second instance of long long here; needs uint64_t.


r~

Reply via email to