Skip to content

Commit

Permalink
Fix serialization tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Apr 7, 2013
1 parent e6ceeb3 commit d489e2e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/org/perl6/nqp/sixmodel/SerializationWriter.java
Expand Up @@ -534,6 +534,9 @@ private void serializeStable(STable st) {
writeRef(st.ContainerSpec.FetchMethod);
}

/* Location of REPR data. */
outputs[STABLES].putInt(outputs[STABLE_DATA].position());

/* If the REPR has a function to serialize representation data, call it. */
st.REPR.serialize_repr_data(tc, st, this);
}
Expand Down

0 comments on commit d489e2e

Please sign in to comment.