aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/mn10200/mn10200.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/mn10200/mn10200.c')
-rw-r--r--gcc/config/mn10200/mn10200.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/mn10200/mn10200.c b/gcc/config/mn10200/mn10200.c
index 965d61c81d0..55c9fa5db27 100644
--- a/gcc/config/mn10200/mn10200.c
+++ b/gcc/config/mn10200/mn10200.c
@@ -1,5 +1,5 @@
/* Subroutines for insn-output.c for Matsushita MN10200 series
- Copyright (C) 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
Contributed by Jeff Law (law@cygnus.com).
This file is part of GNU CC.
@@ -217,7 +217,7 @@ print_operand (file, x, code)
{
case MEM:
fputc ('(', file);
- x = adj_offsettable_operand (x, 2);
+ x = adjust_address (x, HImode, 2);
output_address (XEXP (x, 0));
fputc (')', file);
break;