diff options
| -rw-r--r-- | src/core/arm/nce/arm_nce.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/arm/nce/arm_nce.cpp b/src/core/arm/nce/arm_nce.cpp index 1311e66a9..123b3da7e 100644 --- a/src/core/arm/nce/arm_nce.cpp +++ b/src/core/arm/nce/arm_nce.cpp | |||
| @@ -39,7 +39,7 @@ fpsimd_context* GetFloatingPointState(mcontext_t& host_ctx) { | |||
| 39 | } | 39 | } |
| 40 | 40 | ||
| 41 | using namespace Common::Literals; | 41 | using namespace Common::Literals; |
| 42 | constexpr u32 StackSize = 32_KiB; | 42 | constexpr u32 StackSize = 128_KiB; |
| 43 | 43 | ||
| 44 | } // namespace | 44 | } // namespace |
| 45 | 45 | ||