Skip to content

Commit

Permalink
Small bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KlevisImeri committed Feb 18, 2025
1 parent ad4e437 commit a1f2d76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ public void push() {

@Override
public void pop(final int n) {
expCnt += n;
expCnt -= n;
markers.pop(n);
for (final Z3ItpMarker marker : markers) {
marker.pop(n);
Expand Down

0 comments on commit a1f2d76

Please sign in to comment.