Removed recursive call to exit

This commit is contained in:
Joel Sherrill
1998-04-14 20:52:31 +00:00
parent 9c329a5c14
commit 7a75c323e4

View File

@@ -57,8 +57,6 @@ int boot_card(int argc, char **argv)
bsp_cleanup();
exit( status );
return status;
}