* flow.c (verify_flow_info): Fix typo, "abort;" -> "abort ();".
From-SVN: r29528
This commit is contained in:
parent
451fbdf217
commit
b8024b5942
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Mon Sep 20 15:11:54 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||
|
||||
* flow.c (verify_flow_info): Fix typo, "abort;" -> "abort ();".
|
||||
|
||||
Mon Sep 20 14:56:34 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
|
||||
|
||||
* crtstuff.c (ON_EXIT): Delete empty macro definition.
|
||||
|
|
|
@ -6393,7 +6393,7 @@ verify_flow_info ()
|
|||
if (!e2)
|
||||
{
|
||||
error ("Basic block %i edge lists are corrupted", bb->index);
|
||||
abort;
|
||||
abort ();
|
||||
}
|
||||
}
|
||||
e = e->pred_next;
|
||||
|
|
Loading…
Add table
Reference in a new issue