view src/libsys/exitstub.S @ 95:a23e6e011264

closer to passing link with abort, exit and __assert_func stubbed out
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 21 Jul 2018 01:12:48 +0000
parents
children
line wrap: on
line source

/*
 * This stub is a band-aid to allow the link to proceed further;
 * to be revisited later.
 */

	.text
	.code	32

	.globl	abort
	.globl	exit
	.globl	__assert_func
abort:
exit:
__assert_func:
	b	.