comparison 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
comparison
equal deleted inserted replaced
94:e5cbc745543b 95:a23e6e011264
1 /*
2 * This stub is a band-aid to allow the link to proceed further;
3 * to be revisited later.
4 */
5
6 .text
7 .code 32
8
9 .globl abort
10 .globl exit
11 .globl __assert_func
12 abort:
13 exit:
14 __assert_func:
15 b .