Commit 2c3631ee by Richard Kenner

(bne0_di): Fix typo in last change.

From-SVN: r13791
parent 43ecaf28
...@@ -5578,9 +5578,9 @@ ...@@ -5578,9 +5578,9 @@
else else
#ifdef MOTOROLA #ifdef MOTOROLA
#ifdef SGS_CMP_ORDER #ifdef SGS_CMP_ORDER
return \"cmp%.w %#0,%0\;jbne %l1\;cmp%.w %#0,%3\;jbne %l1\";
#else
return \"cmp%.w %0,%#0\;jbne %l1\;cmp%.w %3,%#0\;jbne %l1\"; return \"cmp%.w %0,%#0\;jbne %l1\;cmp%.w %3,%#0\;jbne %l1\";
#else
return \"cmp%.w %#0,%0\;jbne %l1\;cmp%.w %#0,%3\;jbne %l1\";
#endif #endif
#else #else
return \"cmp%.w %#0,%0\;jne %l1\;cmp%.w %#0,%3\;jne %l1\"; return \"cmp%.w %#0,%0\;jne %l1\;cmp%.w %#0,%3\;jne %l1\";
......
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