Commit b83e575d by Richard Kenner

(call_operand): Only allow reg 27 on NT too.

From-SVN: r10532
parent caf44502
...@@ -370,9 +370,7 @@ call_operand (op, mode) ...@@ -370,9 +370,7 @@ call_operand (op, mode)
if (mode != Pmode) if (mode != Pmode)
return 0; return 0;
return (GET_CODE (op) == SYMBOL_REF return (GET_CODE (op) == SYMBOL_REF || GET_CODE (op) == REG);
|| (GET_CODE (op) == REG
&& (REGNO (op) == 27 || WINDOWS_NT)));
} }
/* Return 1 if OP is a valid Alpha comparison operator. Here we know which /* Return 1 if OP is a valid Alpha comparison operator. Here we know which
......
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