Removed call back to exit() since that has already been called.

This commit is contained in:
Joel Sherrill
1998-07-09 22:59:13 +00:00
parent e78c474b0d
commit a6e36dfffe

View File

@@ -111,7 +111,7 @@ _start:
bl FUNC_NAME(boot_card) bl FUNC_NAME(boot_card)
/* return value from boot_card is argument to exit */ /* return value from boot_card is argument to exit */
bl FUNC_NAME(exit) /* bl FUNC_NAME(exit) */
trap trap
.Lstart: .Lstart:
.size _start,.Lstart-_start .size _start,.Lstart-_start