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

From-SVN: r10532
This commit is contained in:
Richard Kenner 1995-10-27 06:51:20 -04:00
parent caf4450201
commit b83e575d22
1 changed files with 1 additions and 3 deletions

View File

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