summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/alpha/alpha/db_disasm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/alpha/db_disasm.c b/sys/alpha/alpha/db_disasm.c
index 94df6fa70dcc..bec614526a4a 100644
--- a/sys/alpha/alpha/db_disasm.c
+++ b/sys/alpha/alpha/db_disasm.c
@@ -1039,7 +1039,7 @@ loadstore_address:
if (showregs) {
if (i.mem_format.opcode == op_ldah)
signed_immediate <<= 16;
- db_printf(" <0x%x>", signed_immediate +
+ db_printf(" <0x%lx>", signed_immediate +
db_register_value(DDB_REGS, i.mem_format.rs));
}
break;