pm: Fix argument truncation to be compatible with 11.14 ABI
This commit is contained in:
parent
ebeef7ab7f
commit
94b5113b17
@ -9,7 +9,7 @@ static void *const g_firmlaunchParameters = (void *)0x12000000;
|
|||||||
|
|
||||||
void mapFirmlaunchParameters(void)
|
void mapFirmlaunchParameters(void)
|
||||||
{
|
{
|
||||||
assertSuccess(svcKernelSetState(3, 0, g_firmlaunchParameters));
|
assertSuccess(svcKernelSetState(3, 0, (u64)((uintptr_t)g_firmlaunchParameters)));
|
||||||
}
|
}
|
||||||
|
|
||||||
Result GetFirmlaunchParams(void *outParams, size_t size)
|
Result GetFirmlaunchParams(void *outParams, size_t size)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user