summaryrefslogtreecommitdiffhomepage
path: root/psxstub.local.patch
blob: a19da09dccdf10ff865691c28be64f1aae5dec0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/stub.S b/stub.S
index 1d6e11a..6874c51 100644
--- a/stub.S
+++ b/stub.S
@@ -1,8 +1,8 @@
 .text
 .globl __psx_init
 .globl ___psx_init
-.globl _so_entry_point
-.globl __so_entry_point
+.weak  _so_entry_point
+.weak  __so_entry_point
 
 .def __psx_init;  .scl 2; .type 32; .endef
 .def ___psx_init; .scl 2; .type 32; .endef