summaryrefslogtreecommitdiff
path: root/gcc/toplev.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/toplev.c')
-rwxr-xr-xgcc/toplev.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c
index 5b7a4dc..a4c9fdc 100755
--- a/gcc/toplev.c
+++ b/gcc/toplev.c
@@ -1973,7 +1973,7 @@ xstrdup (s)
int
exact_log2_wide (x)
- register unsigned HOST_WIDE_INT x;
+ register HOST_WIDE_UINT x;
{
register int log = 0;
/* Test for 0 or a power of 2. */
@@ -1991,7 +1991,7 @@ exact_log2_wide (x)
int
floor_log2_wide (x)
- register unsigned HOST_WIDE_INT x;
+ register HOST_WIDE_UINT x;
{
register int log = -1;
while (x != 0)