From d10954fde996942934ef48cfae6a79eeb20ed675 Mon Sep 17 00:00:00 2001 From: midipix Date: Oct 17 2019 11:33:41 +0000 Subject: init: adjust initialization of struct __psx_context to match current abi. --- diff --git a/src/init/ntux_init_ldso.c b/src/init/ntux_init_ldso.c index c2a3cdd..a7adbd1 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,0}; +static struct __psx_context ctx = {sizeof(ctx),0,0,0,0,0,0,0,0,0,0,0,0}; /* ldso buffer */ static uintptr_t __attribute__((section(".dsodata")))