diff --git a/lib/libhac/source/SystemCallHandler.cpp b/lib/libhac/source/SystemCallHandler.cpp index c2e58b5..da03380 100644 --- a/lib/libhac/source/SystemCallHandler.cpp +++ b/lib/libhac/source/SystemCallHandler.cpp @@ -54,7 +54,7 @@ void nn::hac::SystemCallHandler::exportKernelCapabilityList(fnd::List entries; + SystemCallEntry entries[kSyscallTotalEntryNum]; for (size_t i = 0; i < kSyscallTotalEntryNum; i++) { entries[i].setSystemCallUpperBits((uint32_t)i); @@ -71,7 +71,7 @@ void nn::hac::SystemCallHandler::exportKernelCapabilityList(fnd::List