Skip to content

Commit

Permalink
stop reused integers from being optimized out (devshane#14)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan200101 <[email protected]>

Co-authored-by: Jan200101 <[email protected]>
  • Loading branch information
jwflory and Jan200101 authored Mar 2, 2021
1 parent 95b1fd1 commit c44f046
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 c44f046

Please sign in to comment.