summaryrefslogtreecommitdiff
path: root/gcc/dbxout.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/dbxout.c')
-rw-r--r--gcc/dbxout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/dbxout.c b/gcc/dbxout.c
index c888dd08875..6a98b326f3a 100644
--- a/gcc/dbxout.c
+++ b/gcc/dbxout.c
@@ -1690,7 +1690,7 @@ dbxout_type (tree type, int full)
if (BINFO_N_BASE_BINFOS (binfo))
{
have_used_extensions = 1;
- fprintf (asmfile, "!%d,", BINFO_N_BASE_BINFOS (binfo));
+ fprintf (asmfile, "!%u,", BINFO_N_BASE_BINFOS (binfo));
CHARS (8);
}
}