mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-17 16:05:56 +08:00
Add target_ops argument to to_get_min_fast_tracepoint_insn_len
2014-02-19 Tom Tromey <tromey@redhat.com> * target.h (struct target_ops) <to_get_min_fast_tracepoint_insn_len>: Add argument. (target_get_min_fast_tracepoint_insn_len): Add argument. * target.c (update_current_target): Update. * remote.c (remote_get_min_fast_tracepoint_insn_len): Add 'self' argument.
This commit is contained in:
@ -902,7 +902,7 @@ update_current_target (void)
|
||||
(LONGEST (*) (struct target_ops *, gdb_byte *, ULONGEST, LONGEST))
|
||||
tcomplain);
|
||||
de_fault (to_get_min_fast_tracepoint_insn_len,
|
||||
(int (*) (void))
|
||||
(int (*) (struct target_ops *))
|
||||
return_minus_one);
|
||||
de_fault (to_set_disconnected_tracing,
|
||||
(void (*) (int))
|
||||
|
Reference in New Issue
Block a user