Skip to content

Commit

Permalink
Pass pogState in POAnnotatedStatements
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbattle committed Nov 1, 2024
1 parent 2b093ad commit e7be161
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public String toString()
public ProofObligationList getProofObligations(POContextStack ctxt, POGState pogState, Environment env)
{
annotation.poBefore(this, ctxt);
ProofObligationList obligations = statement.getProofObligations(ctxt, null, env);
ProofObligationList obligations = statement.getProofObligations(ctxt, pogState, env);
annotation.poAfter(this, obligations, ctxt);
return obligations;
}
Expand Down

0 comments on commit e7be161

Please sign in to comment.