Skip to content

Commit

Permalink
Merge pull request #1 from devshane/master
Browse files Browse the repository at this point in the history
stop reused integers from being optimized out (devshane#14)
  • Loading branch information
wesleyneal346 authored Sep 19, 2024
2 parents d9c2d36 + c44f046 commit 0c69a13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion np1.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ logical vbflag;
const integer r50wal = 36852;

/* System generated locals */
integer ret_val, i__1, i__2;
volatile integer ret_val, i__1, i__2;

/* Local variables */
integer i, j, adj;
Expand Down

0 comments on commit 0c69a13

Please sign in to comment.