* mipsread.c: Clean up some white space.
[deliverable/binutils-gdb.git] / gdb / infcmd.c
index 56deaac0850917ed1fe03d93084b78ac0299fa90..8f5ba51c7923f2cbdc5f78360d59b6406a956d3d 100644 (file)
@@ -528,7 +528,7 @@ The expression which contained the function call has been discarded.");
 
   /* On return, the stack dummy has been popped already.  */
 
-  bcopy (stop_registers, buffer, sizeof stop_registers);
+  memcpy (buffer, stop_registers, sizeof stop_registers);
 }
 \f
 /* Proceed until we reach a different source line with pc greater than
This page took 0.023837 seconds and 4 git commands to generate.