You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-libs/wvstreams/files/wvstreams-4.6.1-2048-bytes-...

12 lines
383 B

--- a/utils/wvtask.cc
+++ b/utils/wvtask.cc
@@ -429,7 +429,7 @@
total = (val+1) * (size_t)1024;
if (!use_shared_stack())
- total = 1024; // enough to save the do_task stack frame
+ total = 2048; // enough to save the do_task stack frame
// set up a stack frame for the new task. This runs once
// per get_stack.