Fix aligning fault while parsing object

This commit is contained in:
Ishotihadus
2017-07-08 21:59:39 +09:00
parent f4127166ac
commit cbedf9a749
-1
View File
@@ -230,7 +230,6 @@ module Mikunyan
children.each do |child|
r[child[:name]] = parse_object_private(br, child)
end
br.jmp(pos + node.size)
else
pos = br.pos
value = nil