diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 1998-06-27 15:35:57 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 1998-06-27 15:35:57 +0000 |
| commit | eb74dcc8728595b88c2565ce32ba8726d011866c (patch) | |
| tree | 32338c6830797b95d2224df7507d89806a45a57c | |
| parent | b87cfa799ee2069c63d38738f4787650f0293d51 (diff) | |
Notes
| -rw-r--r-- | sys/alpha/alpha/db_disasm.c | 2 |
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; |
