Commit 2bb649fe by Torbjorn Granlund

(print_operand_address): Fix typo.

From-SVN: r1861
parent f875bd31
......@@ -526,7 +526,7 @@ print_operand_address (file, addr)
#ifdef INDEX_RATHER_THAN_BASE
/* This is a re-implementation of the SEQUENT_ADDRESS_BUG fix. */
if (base && !indexexp && GET_CODE (base) == REG
&& REG_OK_FOR_INDEX_P (base)
&& REG_OK_FOR_INDEX_P (base))
{
indexexp = base;
base = 0;
......
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