go: do not clobber minalign when we create objects (#4834)
This commit is contained in:
parent
e1d5fda5d4
commit
c949229395
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue