* fork-child.c (startup_inferior): Move setting stop_pc ...
[deliverable/binutils-gdb.git] / gdb / fork-child.c
index a1726bd543958b19b949bf10a4d319a0517594f4..a6bf2a959c5f4e869faf5d7684377c55f405d0a3 100644 (file)
@@ -530,8 +530,6 @@ startup_inferior (int ntraps)
 
   /* Mark all threads non-executing.  */
   set_executing (pid_to_ptid (-1), 0);
-
-  stop_pc = read_pc ();
 }
 
 /* Implement the "unset exec-wrapper" command.  */
This page took 0.023788 seconds and 4 git commands to generate.