Commit edb323d3 by Richard Stallman

*** empty log message ***

From-SVN: r1628
parent 705f26cf
...@@ -2210,6 +2210,11 @@ output_addr_const (file, x) ...@@ -2210,6 +2210,11 @@ output_addr_const (file, x)
output_addr_const (file, XEXP (x, 1)); output_addr_const (file, XEXP (x, 1));
break; break;
case ZERO_EXTEND:
case SIGN_EXTEND:
output_addr_const (file, XEXP (x, 0));
break;
default: default:
output_operand_lossage ("invalid expression as operand"); output_operand_lossage ("invalid expression as operand");
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment