From c38adb3dbd2c6066310f109b206cf916467c7cbc Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 18 Jul 2015 20:41:08 -0400 Subject: __psx_init (stub): fix assembly function delaration. --- stub.s | 3 +++ 1 file changed, 3 insertions(+) (limited to 'stub.s') diff --git a/stub.s b/stub.s index 2274283..a17f247 100644 --- a/stub.s +++ b/stub.s @@ -4,6 +4,9 @@ .globl _so_entry_point .globl __so_entry_point +.def __psx_init; .scl 2; .type 32; .endef +.def ___psx_init; .scl 2; .type 32; .endef + __psx_init: ___psx_init: _so_entry_point: -- cgit v1.2.3