diff options
author | midipix <writeonce@midipix.org> | 2019-06-06 15:16:53 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-06-06 15:16:53 +0000 |
commit | 1120d3659280deb1b836e5a260adc8c230c818aa (patch) | |
tree | 35641247be84aea80f7c7366fccbba6110a3bb04 /src | |
parent | eb2163927984cd12b60c649a9215552e15d2ab23 (diff) | |
download | ntux-1120d3659280deb1b836e5a260adc8c230c818aa.tar.bz2 ntux-1120d3659280deb1b836e5a260adc8c230c818aa.tar.xz |
process initialization: update to match current def. of struct __psx_context.
Diffstat (limited to 'src')
-rw-r--r-- | src/init/ntux_init_ldso.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init/ntux_init_ldso.c b/src/init/ntux_init_ldso.c index a7adbd1..c2a3cdd 100644 --- a/src/init/ntux_init_ldso.c +++ b/src/init/ntux_init_ldso.c @@ -33,7 +33,7 @@ static const unsigned short __rrctty[] = {'b','i','n','\\', '.','e','x','e',0}; /* system call layer init context */ -static struct __psx_context ctx = {sizeof(ctx),0,0,0,0,0,0,0,0,0,0,0,0}; +static struct __psx_context ctx = {sizeof(ctx),0,0,0,0,0,0,0,0,0,0,0,0,0}; /* ldso buffer */ static uintptr_t __attribute__((section(".dsodata"))) |