diff options
Diffstat (limited to 'arch/nt64')
-rw-r--r-- | arch/nt64/psxglue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/nt64/psxglue.h b/arch/nt64/psxglue.h index b882fbc..86214f5 100644 --- a/arch/nt64/psxglue.h +++ b/arch/nt64/psxglue.h @@ -37,7 +37,7 @@ struct __tlca_abi { struct __psx_context { int size; int options; - void * refaddr; + void * usrmain; void * ldsoaddr; const unsigned short * ctty; void ** sys_vtbl; |