Skip to content

Commit

Permalink
Make use of add_object_to_cur_sc_past.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Sep 3, 2011
1 parent a0a9213 commit 3088455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NQP/SymbolTable.pm
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ class NQP::SymbolTable is HLL::Compiler::SerializationContextBuilder {
$setup_call.push(PAST::Val.new( :value($repr), :named('repr') ));
}
self.add_event(:deserialize_past(
self.set_slot_past($slot, self.set_cur_sc($setup_call))));
self.add_object_to_cur_sc_past($slot, $setup_call)));

# Result is just the object.
return $mo;
Expand Down

0 comments on commit 3088455

Please sign in to comment.