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

python: do not clobber minalign when we create objects (#4833)

parent a2603ec2
......@@ -160,7 +160,6 @@ class Builder(object):
# use 32-bit offsets so that arithmetic doesn't overflow.
self.current_vtable = [0 for _ in range_func(numfields)]
self.objectEnd = self.Offset()
self.minalign = 1
self.nested = True
def WriteVtable(self):
......
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