Commit c114787a by Richard Kenner

*** empty log message ***

From-SVN: r587
parent a0e2917c
......@@ -635,7 +635,7 @@ check_attr_test (exp, is_const)
else if (n_comma_elts (XSTR (exp, 1)) == 1)
{
attr = find_attr (XEXP (exp, 0), 0);
attr = find_attr (XSTR (exp, 0), 0);
if (attr == NULL)
{
if (! strcmp (XSTR (exp, 0), "alternative"))
......
......@@ -125,7 +125,7 @@ mark_operand_seen (opno)
if (opno >= operand_seen_length)
{
operand_seen_length *= 2;
operand_seen = (char *) xrealloc (operand_seen_length);
operand_seen = (char *) xrealloc (operand_seen, operand_seen_length);
}
operand_seen[opno] = 1;
......
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