diff options
Diffstat (limited to 'gdb/remote-mips.c')
-rw-r--r-- | gdb/remote-mips.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/remote-mips.c b/gdb/remote-mips.c index 11d0e2b..9d905bd 100644 --- a/gdb/remote-mips.c +++ b/gdb/remote-mips.c @@ -2477,6 +2477,7 @@ common_breakpoint (cmd, addr, mask, flags) int rpid, rerrflg, rresponse; int nfields; + addr = ADDR_BITS_REMOVE (addr); if (flags) sprintf (buf, "0x0 %c 0x%s 0x%s %s", cmd, paddr_nz (addr), paddr_nz (mask), flags); |