From 51a0100813ebf2f40177b6139cd1429d62535bdb Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 26 Jan 2019 20:26:33 +0000 Subject: psxglue.h: struct __psx_context: renamed .refaddr --> .usrmain. --- arch/nt32/psxglue.h | 2 +- arch/nt64/psxglue.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'arch') diff --git a/arch/nt32/psxglue.h b/arch/nt32/psxglue.h index b882fbc..86214f5 100644 --- a/arch/nt32/psxglue.h +++ b/arch/nt32/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; 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; -- cgit v1.2.3