# HG changeset patch # User Paul Boddie # Date 1341083886 -7200 # Node ID 3999693d61c6f32d464ae4570c40bb773d6deab0 # Parent ca338d9f49bb74502dde2dff83344696dd0895a5 Reverted erroneous change to the instantiator code. diff -r ca338d9f49bb -r 3999693d61c6 micropython/ast.py --- a/micropython/ast.py Sat Jun 30 21:10:56 2012 +0200 +++ b/micropython/ast.py Sat Jun 30 21:18:06 2012 +0200 @@ -158,7 +158,7 @@ self.new_op(LoadFunction(init_method)) self.new_op(LoadCallable()) - self.new_op(JumpWithFrame()) + self.new_op(JumpInFrame()) # Store the object as the result.