Browse Source

fx

pull/3324/head
lizzie 3 weeks ago
parent
commit
f8d895e310
  1. 2
      src/common/fiber.cpp

2
src/common/fiber.cpp

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

Loading…
Cancel
Save