aboutsummaryrefslogtreecommitdiff
path: root/gold/aarch64.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gold/aarch64.cc')
-rw-r--r--gold/aarch64.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gold/aarch64.cc b/gold/aarch64.cc
index f2505d6..05933e0 100644
--- a/gold/aarch64.cc
+++ b/gold/aarch64.cc
@@ -4205,7 +4205,7 @@ maybe_apply_stub(unsigned int r_type,
if (status != This::STATUS_OKAY)
gold_error(_("Stub is too far away, try a smaller value "
"for '--stub-group-size'. The current value is 0x%lx."),
- current_group_size);
+ static_cast<unsigned long>(current_group_size));
return true;
}