summaryrefslogtreecommitdiffhomepage
path: root/stub.s
blob: b50557b6acf2f1d0709f1b659cb2842e6fe3a651 (plain)
1
2
3
4
5
6
7
8
.text
.globl __psx_init
.globl _so_entry_point

__psx_init:
_so_entry_point:
	mov $1, %eax
	ret