diff options
author | midipix <writeonce@midipix.org> | 2019-05-30 18:53:02 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-06-02 00:39:02 +0000 |
commit | da370a47c267742ff52022f49a0a27475fad9193 (patch) | |
tree | d61a253c484fbeb95e17daeaf55fd43c90cee0ae /arch | |
parent | 11620137f8123afaa9a9a882839f8c7ac7509770 (diff) | |
download | mmglue-da370a47c267742ff52022f49a0a27475fad9193.tar.bz2 mmglue-da370a47c267742ff52022f49a0a27475fad9193.tar.xz |
psxglue.h: update struct __psx_vtbl (psxscl) to match member names in psxscl.
Diffstat (limited to 'arch')
-rw-r--r-- | arch/nt32/psxglue.h | 8 | ||||
-rw-r--r-- | arch/nt64/psxglue.h | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/arch/nt32/psxglue.h b/arch/nt32/psxglue.h index 4e4b9fd..d2e8739 100644 --- a/arch/nt32/psxglue.h +++ b/arch/nt32/psxglue.h @@ -22,10 +22,10 @@ struct __ldso_vtbl { struct __psx_vtbl { void (*do_global_ctors_fn) (); void (*do_global_dtors_fn) (); - int (*start_main) (int, char **, int (*)()); - void (*convert_thread) (void); - void (*unmapself) (void *, size_t); - ssize_t (*log_output) (void *, ssize_t); + int (*mm_start_main) (int, char **, int (*)()); + void (*mm_convert_thread) (void); + void (*mm_unmapself) (void *, size_t); + ssize_t (*mm_log_output) (void *, ssize_t); }; struct __tlca_abi { diff --git a/arch/nt64/psxglue.h b/arch/nt64/psxglue.h index 4e4b9fd..d2e8739 100644 --- a/arch/nt64/psxglue.h +++ b/arch/nt64/psxglue.h @@ -22,10 +22,10 @@ struct __ldso_vtbl { struct __psx_vtbl { void (*do_global_ctors_fn) (); void (*do_global_dtors_fn) (); - int (*start_main) (int, char **, int (*)()); - void (*convert_thread) (void); - void (*unmapself) (void *, size_t); - ssize_t (*log_output) (void *, ssize_t); + int (*mm_start_main) (int, char **, int (*)()); + void (*mm_convert_thread) (void); + void (*mm_unmapself) (void *, size_t); + ssize_t (*mm_log_output) (void *, ssize_t); }; struct __tlca_abi { |