Skip to content

Commit

Permalink
turn off fuel 2
Browse files Browse the repository at this point in the history
  • Loading branch information
typerSniper committed Feb 24, 2025
1 parent 388cf6b commit f75fa3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ public ExpressionTranslator LayerOffset(int offset) {
Contract.Requires(0 <= offset);
Contract.Ensures(Contract.Result<ExpressionTranslator>() != null);

return CloneExpressionTranslator(this, BoogieGenerator, Predef, HeapExpr, This, applyLimited_CurrentFunction, layerInterCluster.Offset(offset), layerIntraCluster, readsFrame, modifiesFrame, stripLits);
return CloneExpressionTranslator(this, BoogieGenerator, Predef, HeapExpr, This, applyLimited_CurrentFunction, layerInterCluster.Offset(0), layerIntraCluster, readsFrame, modifiesFrame, stripLits);
}

public ExpressionTranslator DecreaseFuel(int offset) {
Expand Down

0 comments on commit f75fa3b

Please sign in to comment.