summaryrefslogtreecommitdiffhomepage
path: root/stub.s
diff options
context:
space:
mode:
Diffstat (limited to 'stub.s')
-rw-r--r--stub.s9
1 files changed, 9 insertions, 0 deletions
diff --git a/stub.s b/stub.s
index a17f247..7c50c8e 100644
--- a/stub.s
+++ b/stub.s
@@ -13,3 +13,12 @@ _so_entry_point:
__so_entry_point:
mov $1, %eax
ret
+
+ .section .got$stub
+ .global __imp___psx_init
+ .global __imp____psx_init
+__imp___psx_init:
+ .quad __psx_init
+__imp____psx_init:
+ .long ___psx_init
+