diff options
Diffstat (limited to 'base/remote_gdb.cc')
-rw-r--r-- | base/remote_gdb.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/base/remote_gdb.cc b/base/remote_gdb.cc index 17331fcd9..3af73179a 100644 --- a/base/remote_gdb.cc +++ b/base/remote_gdb.cc @@ -713,7 +713,6 @@ RemoteGDB::HardBreakpoint::HardBreakpoint(RemoteGDB *_gdb, Addr pc) gdb(_gdb), refcount(0) { DPRINTF(GDBMisc, "creating hardware breakpoint at %#x\n", evpc); - schedule(); } void |