make MSYMBOL_VALUE_ADDRESS an rvalue
[deliverable/binutils-gdb.git] / gdb / record-full.c
index 1be84e0c3ceeafb57a2e72f2b8ab2feda95cf8bc..d35165b90a705620453b5e17292b59e8b81bef8c 100644 (file)
@@ -1874,7 +1874,7 @@ record_full_goto_begin (struct target_ops *self)
 /* The "to_goto_record_end" target method.  */
 
 static void
-record_full_goto_end (void)
+record_full_goto_end (struct target_ops *self)
 {
   struct record_full_entry *p = NULL;
 
@@ -1890,7 +1890,7 @@ record_full_goto_end (void)
 /* The "to_goto_record" target method.  */
 
 static void
-record_full_goto (ULONGEST target_insn)
+record_full_goto (struct target_ops *self, ULONGEST target_insn)
 {
   struct record_full_entry *p = NULL;
 
This page took 0.027495 seconds and 4 git commands to generate.