Skip to content

Commit

Permalink
Merge pull request #611 from smeup/performance/LS24004037/recursive-c…
Browse files Browse the repository at this point in the history
…all-regression

Fix infinite recursion in RPG programs by restoring their error state
  • Loading branch information
lanarimarco authored Sep 13, 2024
2 parents accedce + bd4ff65 commit 719e575
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* Variable for loop
C EVAL $CICL=10000
* Call
C CALL 'MUTE10_05'
C CALL 'WAIT4BENETTI'
C PARM $CICL
* End time
C TIME $TIMEN
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* Loop on PGM
C DO 500
C EVAL XXRET='1'
C CALL 'MUTE10_06'
C CALL 'WAIT4BENETTI'
C PARM ARRAY
C PARM XXRET
C
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* Variable for loop
C EVAL $CICL=10000
* Call
C CALL 'MUTE10_08'
C CALL 'WAIT4BENETTI'
C PARM $CICL
* End time
C TIME $TIMEN
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* Loop on PGM
C DO 500
C EVAL XXRET=' '
C CALL 'MUTE10_06'
C CALL 'WAIT4BENETTI'
C PARM ARRAY
C PARM XXRET
C
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* Varable for loop
C EVAL $CICL=100000
* Call
C CALL 'MUTE10_05'
C CALL 'WAIT4BENETTI'
C PARM $CICL
* End time
C TIME $TIMEN
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* Variable for loop
C EVAL $CICL=1000000
* Call
C CALL 'MUTE10_05'
C CALL 'WAIT4BENETTI'
C PARM $CICL
* end time
C TIME $TIMEN
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* Varable for loop
C EVAL $CICL=100000
* Call
C CALL 'MUTE10_08'
C CALL 'WAIT4BENETTI'
C PARM $CICL
* End time
C TIME $TIMEN
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* Variable for loop
C EVAL $CICL=1000000
* Call
C CALL 'MUTE10_08'
C CALL 'WAIT4BENETTI'
C PARM $CICL
* end time
C TIME $TIMEN
Expand Down

0 comments on commit 719e575

Please sign in to comment.