PR13858 - Can't do displaced stepping with no symbols
[deliverable/binutils-gdb.git] / gdb / s390-linux-tdep.c
index cafa57b4d549a764ca91eab8413a914b3f212b28..b83a264ee86af6c53c9b133343b6c5c141ac4aed 100644 (file)
@@ -3295,8 +3295,7 @@ s390_gdbarch_init (struct gdbarch_info info, struct gdbarch_list *arches)
   set_gdbarch_displaced_step_fixup (gdbarch, s390_displaced_step_fixup);
   set_gdbarch_displaced_step_free_closure (gdbarch,
                                           simple_displaced_step_free_closure);
-  set_gdbarch_displaced_step_location (gdbarch,
-                                      displaced_step_at_entry_point);
+  set_gdbarch_displaced_step_location (gdbarch, linux_displaced_step_location);
   set_gdbarch_max_insn_length (gdbarch, S390_MAX_INSTR_SIZE);
 
   /* Note that GNU/Linux is the only OS supported on this
This page took 0.024384 seconds and 4 git commands to generate.