diff options
author | midipix <writeonce@midipix.org> | 2015-07-18 20:41:08 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2015-07-18 20:41:08 -0400 |
commit | c38adb3dbd2c6066310f109b206cf916467c7cbc (patch) | |
tree | e00ae8c0c7d10429c8be673708c3e91daf64741c | |
parent | 16317e326fa30f1346927037cfb756f74e0a425e (diff) | |
download | psxstub-c38adb3dbd2c6066310f109b206cf916467c7cbc.tar.bz2 psxstub-c38adb3dbd2c6066310f109b206cf916467c7cbc.tar.xz |
__psx_init (stub): fix assembly function delaration.
-rw-r--r-- | stub.s | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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: |