TUI: GC tui_target_has_run
[deliverable/binutils-gdb.git] / gdb / microblaze-linux-tdep.c
index 99fc4976832a63031013b705d2dc4ea3d43c5286..18ddfea0577e63ab510e79e059ec1fe58bab230d 100644 (file)
@@ -1,6 +1,6 @@
 /* Target-dependent code for Xilinx MicroBlaze.
 
-   Copyright (C) 2009-2013 Free Software Foundation, Inc.
+   Copyright (C) 2009-2016 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -41,7 +41,7 @@ static int
 microblaze_linux_memory_remove_breakpoint (struct gdbarch *gdbarch, 
                                           struct bp_target_info *bp_tgt)
 {
-  CORE_ADDR addr = bp_tgt->placed_address;
+  CORE_ADDR addr = bp_tgt->reqstd_address;
   const gdb_byte *bp;
   int val;
   int bplen;
This page took 0.023918 seconds and 4 git commands to generate.