Commit c9492293 authored by Robert's avatar Robert Committed by Wouter van Oortmerssen

go: do not clobber minalign when we create objects (#4834)

parent e1d5fda5
......@@ -82,7 +82,6 @@ func (b *Builder) StartObject(numfields int) {
}
b.objectEnd = b.Offset()
b.minalign = 1
}
// WriteVtable serializes the vtable for the current object, if applicable.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment