Fix aligning fault while parsing object
This commit is contained in:
@@ -230,7 +230,6 @@ module Mikunyan
|
|||||||
children.each do |child|
|
children.each do |child|
|
||||||
r[child[:name]] = parse_object_private(br, child)
|
r[child[:name]] = parse_object_private(br, child)
|
||||||
end
|
end
|
||||||
br.jmp(pos + node.size)
|
|
||||||
else
|
else
|
||||||
pos = br.pos
|
pos = br.pos
|
||||||
value = nil
|
value = nil
|
||||||
|
|||||||
Reference in New Issue
Block a user