Commit 8bb038d4 by Andreas Schwab

Missed one in last change.

From-SVN: r68963
parent 5ee084df
...@@ -1635,7 +1635,7 @@ output_move_const_into_data_reg (operands) ...@@ -1635,7 +1635,7 @@ output_move_const_into_data_reg (operands)
unsigned u = i; unsigned u = i;
operands[1] = GEN_INT ((u << 16) | (u >> 16)); operands[1] = GEN_INT ((u << 16) | (u >> 16));
#if defined (MOTOROLA) && !defined (CRDS) #if defined (MOTOROLA)
return "moveq%.l %1,%0\n\tswap %0"; return "moveq%.l %1,%0\n\tswap %0";
#else #else
return "moveq %1,%0\n\tswap %0"; return "moveq %1,%0\n\tswap %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