diff options
Diffstat (limited to 'gdb/remote.c')
-rw-r--r-- | gdb/remote.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/remote.c b/gdb/remote.c index 0f8acf3..c7dd65c 100644 --- a/gdb/remote.c +++ b/gdb/remote.c @@ -10643,7 +10643,8 @@ remote_enable_tracepoint (struct target_ops *self, } static void -remote_disable_tracepoint (struct bp_location *location) +remote_disable_tracepoint (struct target_ops *self, + struct bp_location *location) { struct remote_state *rs = get_remote_state (); char addr_buf[40]; |