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

__psx_init:
_so_entry_point:
	mov $1, %rax
	ret