mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-21 00:15:13 +00: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>
|
||||
|
||||
* 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;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
if (function_mapping_file)
|
||||
|
Loading…
x
Reference in New Issue
Block a user