Use HOST_WIDE_INT, not long long

From-SVN: r11273
This commit is contained in:
Michael Meissner 1996-02-14 14:07:05 +00:00
parent 05c0b40505
commit f4558646ab

View File

@ -5330,7 +5330,7 @@
else
{
low = INTVAL (operands[1]) & 0xffffffff;
high = (unsigned long long) INTVAL (operands[1]) >> 32;
high = (HOST_WIDE_INT) INTVAL (operands[1]) >> 32;
}
if (! TARGET_POWERPC64)
@ -5487,7 +5487,7 @@
else
{
low = INTVAL (operands[1]) & 0xffffffff;
high = (unsigned long long) INTVAL (operands[1]) >> 32;
high = (HOST_WIDE_INT) INTVAL (operands[1]) >> 32;
}
if ((high + 0x8000) < 0x10000