Test initialisation of MUIA_List_AdjustWidth and MUIA_List_AdjustHeight, and
[AROS.git] / arch / .unmaintained / m68k-pp-native / loader / util.S
blobba012148ac78776ef161fadfe49960694a9a8875
1 /*
2     Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3     $Id$
4 */
6         .text
7         .balign 16
8         .globl  get_ssp
10 get_ssp:
11         move.l  %ssp,%d0
12         rts
15         /*
16          * Leave this!
17          */
18         .text
19         .balign 16
20         .globl end_marker
22 end_marker:
23         rts