From c38adb3dbd2c6066310f109b206cf916467c7cbc Mon Sep 17 00:00:00 2001 From: midipix Date: Jul 19 2015 00:41:08 +0000 Subject: __psx_init (stub): fix assembly function delaration. --- 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: