diff --git a/stub.s b/stub.s index b50557b..2274283 100644 --- a/stub.s +++ b/stub.s @@ -1,8 +1,12 @@ .text .globl __psx_init +.globl ___psx_init .globl _so_entry_point +.globl __so_entry_point __psx_init: +___psx_init: _so_entry_point: +__so_entry_point: mov $1, %eax ret