Commit 0f07e76c by Michael Meissner

Fix typo in last change.

From-SVN: r9177
parent 59313e4e
......@@ -4910,13 +4910,13 @@
"*
{
#ifndef USING_SVR4_H
if (GET_CODE (operands[1]) == REG)
if (GET_CODE (operands[0]) == REG)
return \"{brl|blrl}\;{l|lwz} 2,20(1)\";
return \"bl %z0\;%.\";
#else
if (GET_CODE (operands[1]) == REG)
if (GET_CODE (operands[0]) == REG)
return \"{brl|blrl}\";
return \"bl %z0\";
......
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