forked from Imagelibrary/binutils-gdb
2010-04-16 Stan Shebs <stan@codesourcery.com>
* tracepoint.c (trace_variable_command): Run a cleanup.
This commit is contained in:
@@ -365,6 +365,7 @@ trace_variable_command (char *args, int from_tty)
|
||||
tsv->initial_value = initval;
|
||||
printf_filtered (_("Trace state variable $%s now has initial value %s.\n"),
|
||||
tsv->name, plongest (tsv->initial_value));
|
||||
do_cleanups (old_chain);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user