aboutsummaryrefslogtreecommitdiff
path: root/build2/scheduler
diff options
context:
space:
mode:
Diffstat (limited to 'build2/scheduler')
-rw-r--r--build2/scheduler2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/scheduler b/build2/scheduler
index a8f81cd..86a48df 100644
--- a/build2/scheduler
+++ b/build2/scheduler
@@ -399,7 +399,7 @@ namespace build2
//
struct task_data
{
- std::aligned_storage<sizeof (void*) * 7>::type data;
+ std::aligned_storage<sizeof (void*) * 8>::type data;
void (*thunk) (scheduler&, lock&, void*);
};