Use memmove to copy overlap memory.
[deliverable/binutils-gdb.git] / gdb / inferior.h
index dc87a9e1929b520bf60d0c9e4a8b7ee4642469cd..17b2c6fbfcecf86b1ecb6ba6585ca3c04186b962 100644 (file)
@@ -297,7 +297,7 @@ extern CORE_ADDR stop_pc;
 
 /* Nonzero if stopped due to completion of a stack dummy routine.  */
 
-extern int stop_stack_dummy;
+extern enum stop_stack_kind stop_stack_dummy;
 
 /* Nonzero if program stopped due to a random (unexpected) signal in
    inferior process.  */
This page took 0.023154 seconds and 4 git commands to generate.