Browse Source

fx

pull/3306/head
lizzie 4 weeks ago
committed by crueter
parent
commit
987c49ca88
  1. 2
      src/common/fiber.cpp

2
src/common/fiber.cpp

@ -15,7 +15,7 @@
namespace Common {
constexpr size_t DEFAULT_STACK_SIZE = 512 * 1024;
constexpr size_t DEFAULT_STACK_SIZE = 128 * 4096;
constexpr u32 CANARY_VALUE = 0xDEADBEEF;
struct Fiber::FiberImpl {

Loading…
Cancel
Save