diff options
author | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-08-09 21:33:11 +0000 |
---|---|---|
committer | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-08-09 21:33:11 +0000 |
commit | d4886c3ba4261064551190a6e72f1299a65b576f (patch) | |
tree | 921e4b983ea72a9b39a2c04154940c1875464813 /gdb/f-lang.c | |
parent | f84a47ce8a7028902e7294c173c8720aca82fa5d (diff) | |
download | gdb-1999-08-09.tar.gz |
import gdb-1999-08-09 snapshotgdb-1999-08-09
Diffstat (limited to 'gdb/f-lang.c')
-rw-r--r-- | gdb/f-lang.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/f-lang.c b/gdb/f-lang.c index 6e67fbce9d9..1a7bfa33c2c 100644 --- a/gdb/f-lang.c +++ b/gdb/f-lang.c @@ -920,7 +920,7 @@ get_bf_for_fcn (the_function) item at the head of the queue is the one you want) */ if (saved_bf_list == NULL) - fatal ("cannot get .bf node off empty list"); + internal_error ("cannot get .bf node off empty list"); if (current_head_bf_list != NULL) if (current_head_bf_list->symnum_fcn == the_function) |