mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-17 13:10:12 +08:00
* core.c (core_init): Adding missing "break".
This commit is contained in:
parent
608addd440
commit
ed302e5ddf
@ -1,3 +1,7 @@
|
|||||||
|
Fri Feb 6 02:00:19 1998 Jeffrey A Law (law@cygnus.com)
|
||||||
|
|
||||||
|
* core.c (core_init): Adding missing "break".
|
||||||
|
|
||||||
Thu Feb 5 12:49:37 1998 Ian Lance Taylor <ian@cygnus.com>
|
Thu Feb 5 12:49:37 1998 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
* configure, Makefile.in, aclocal.m4: Rebuild with new libtool.
|
* configure, Makefile.in, aclocal.m4: Rebuild with new libtool.
|
||||||
|
@ -177,6 +177,7 @@ DEFUN (core_init, (a_out_name), const char *a_out_name)
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (function_mapping_file)
|
if (function_mapping_file)
|
||||||
|
Loading…
Reference in New Issue
Block a user