Commit aaf5be8b by Richard Kenner

entered into RCS

From-SVN: r1737
parent ce65beeb
......@@ -2082,7 +2082,7 @@ output_operand (x, code)
/* If X is a pseudo-register, abort now rather than writing trash to the
assembler file. */
if (GET_CODE (x) == REG && REGNO (x) >= FIRST_PSEUDO_REGISTER)
if (x && GET_CODE (x) == REG && REGNO (x) >= FIRST_PSEUDO_REGISTER)
abort ();
PRINT_OPERAND (asm_out_file, x, code);
......
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