diff --git a/libgo/runtime/mgc0.c b/libgo/runtime/mgc0.c index 8ceece37b5a..d5ce9c883b1 100644 --- a/libgo/runtime/mgc0.c +++ b/libgo/runtime/mgc0.c @@ -180,7 +180,7 @@ static struct { Obj *roots; uint32 nroot; uint32 rootcap; -} work; +} work __attribute__((aligned(8))); enum { GC_DEFAULT_PTR = GC_NUM_INSTR,