nso/nro: Use default allocation size for arg_data

This commit is contained in:
Zach Hilman 2018-10-05 13:52:07 -04:00
parent 26559da99e
commit 8a0accfec0
4 changed files with 20 additions and 14 deletions

View file

@ -11,6 +11,8 @@
namespace Loader {
constexpr u64 NSO_ARGUMENT_DATA_ALLOCATION_SIZE = 0x9000;
struct NSOArgumentHeader {
u32_le allocated_size;
u32_le actual_size;