Commit cb64e626 by Richard Kenner

(cmpdi matcher): Set cc_status before returning.

From-SVN: r9927
parent 055c1584
...@@ -430,8 +430,8 @@ ...@@ -430,8 +430,8 @@
return \"sub%.l %R2,%R0\;subx%.l %2,%0\"; return \"sub%.l %R2,%R0\;subx%.l %2,%0\";
else else
{ {
return \"sub%.l %R1,%R0\;subx%.l %1,%0\";
cc_status.flags |= CC_REVERSED; cc_status.flags |= CC_REVERSED;
return \"sub%.l %R1,%R0\;subx%.l %1,%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