mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
* Check in Fred Fish's changes in these modules. Fred
will make ChangeLog entries for all of them.
This commit is contained in:
@ -301,7 +301,7 @@ nindy_load( filename, from_tty )
|
||||
|
||||
tmpfile = coffstrip(scratch_pathname);
|
||||
if ( tmpfile ){
|
||||
old_chain = make_cleanup(unlink,tmpfile);
|
||||
old_chain = make_cleanup (unlink,tmpfile);
|
||||
immediate_quit++;
|
||||
ninDownload( tmpfile, !from_tty );
|
||||
/* FIXME, don't we want this merged in here? */
|
||||
|
Reference in New Issue
Block a user