aboutsummaryrefslogtreecommitdiff
path: root/gcc/cobol/genmath.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cobol/genmath.cc')
-rw-r--r--gcc/cobol/genmath.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cobol/genmath.cc b/gcc/cobol/genmath.cc
index e74aebd..e7eb971 100644
--- a/gcc/cobol/genmath.cc
+++ b/gcc/cobol/genmath.cc
@@ -610,7 +610,7 @@ static bool
fast_divide(size_t nC, cbl_num_result_t *C,
size_t nA, cbl_refer_t *A,
size_t nB, cbl_refer_t *B,
- cbl_refer_t remainder)
+ const cbl_refer_t &remainder)
{
bool retval = false;
if( all_results_binary(nC, C) )