diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/nt32/psxglue.h | 2 | ||||
-rw-r--r-- | arch/nt64/psxglue.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/nt32/psxglue.h b/arch/nt32/psxglue.h index 1bf6ed3..b882fbc 100644 --- a/arch/nt32/psxglue.h +++ b/arch/nt32/psxglue.h @@ -22,7 +22,7 @@ struct __psx_vtbl { void (*do_global_dtors_fn) (); int (*start_main) (void *, int, char **, int (*)(void *, int, char **)); void (*convert_thread) (void); - void (*unmapself) (void *, void *); + void (*unmapself) (void *, size_t); ssize_t (*log_output) (void *, ssize_t); }; diff --git a/arch/nt64/psxglue.h b/arch/nt64/psxglue.h index 1bf6ed3..b882fbc 100644 --- a/arch/nt64/psxglue.h +++ b/arch/nt64/psxglue.h @@ -22,7 +22,7 @@ struct __psx_vtbl { void (*do_global_dtors_fn) (); int (*start_main) (void *, int, char **, int (*)(void *, int, char **)); void (*convert_thread) (void); - void (*unmapself) (void *, void *); + void (*unmapself) (void *, size_t); ssize_t (*log_output) (void *, ssize_t); }; |