aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/convex/convex.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/convex/convex.c')
-rw-r--r--gcc/config/convex/convex.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/convex/convex.c b/gcc/config/convex/convex.c
index a0e0987..dcf3669 100644
--- a/gcc/config/convex/convex.c
+++ b/gcc/config/convex/convex.c
@@ -439,8 +439,8 @@ expand_movstr (operands)
/* Advance to next piece. */
size = GET_MODE_SIZE (mode);
- src = adj_offsettable_operand (src, size);
- dest = adj_offsettable_operand (dest, size);
+ src = adjust_address (src, mode, size);
+ dest = adjust_address (dest, mode, size);
len -= size;
}