diff options
author | midipix <writeonce@midipix.org> | 2015-04-05 15:33:25 -0400 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2015-04-05 15:33:25 -0400 |
commit | 6e7997219b254ec9c0af8c87962a6ee039967f74 (patch) | |
tree | 9865f31130bd7a4c96587d22e382ee816789a394 /stub.s | |
parent | 0fd537b7c6c89d5d397b33257dc6f29d4efc0dd7 (diff) | |
download | psxstub-6e7997219b254ec9c0af8c87962a6ee039967f74.tar.bz2 psxstub-6e7997219b254ec9c0af8c87962a6ee039967f74.tar.xz |
add underscore-prefixed 32-bit stub synonyms.
Diffstat (limited to 'stub.s')
-rw-r--r-- | stub.s | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,8 +1,12 @@ .text .globl __psx_init +.globl ___psx_init .globl _so_entry_point +.globl __so_entry_point __psx_init: +___psx_init: _so_entry_point: +__so_entry_point: mov $1, %eax ret |