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

This commit is contained in:
Robert
2018-07-23 16:34:08 -07:00
committed by Wouter van Oortmerssen
parent e1d5fda5d4
commit c949229395

View File

@@ -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.