-
Blue Swirl authored
Expression UINT64_MAX + 1 will make the range bigger than what can be represented with a 64 bit type. This would trigger an assert in int128_get64() after the next patch. Signed-off-by:
Blue Swirl <blauwirbel@gmail.com>
Signed-off-by:
Avi Kivity <avi@redhat.com>Blue Swirl authoredExpression UINT64_MAX + 1 will make the range bigger than what can be represented with a 64 bit type. This would trigger an assert in int128_get64() after the next patch. Signed-off-by:
Blue Swirl <blauwirbel@gmail.com>
Signed-off-by:
Avi Kivity <avi@redhat.com>
Loading