* i386-tdep.c (i386_process_record): Make it extern.
[deliverable/binutils-gdb.git] / gdb / i386-tdep.c
index 718a01c1b95ae339dface3d760fc564fe80c6a54..bfd2bab93449834dbc7f140145c9c457b8e02e62 100644 (file)
@@ -2982,7 +2982,7 @@ i386_record_lea_modrm (struct i386_record_s *irp)
    memory that will be changed in current instruction to "record_arch_list".
    Return -1 if something wrong. */
 
-static int
+int
 i386_process_record (struct gdbarch *gdbarch, struct regcache *regcache,
                     CORE_ADDR addr)
 {
@@ -5277,8 +5277,6 @@ i386_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
   set_gdbarch_skip_permanent_breakpoint (gdbarch,
                                         i386_skip_permanent_breakpoint);
 
-  set_gdbarch_process_record (gdbarch, i386_process_record);
-
   return gdbarch;
 }
 
This page took 0.029715 seconds and 4 git commands to generate.