(extendsidi2): Fix typo in regno.

From-SVN: r3326
This commit is contained in:
James Van Artsdalen 1993-01-25 12:09:21 +00:00
parent e19a77e63b
commit b2f1f92b17

View File

@ -1087,7 +1087,7 @@
if (REGNO (operands[0]) == 0)
return \"clq\";
operands[0] = gen_rtx (REG, SImode, REGNO (operands[0]));
operands[1] = gen_rtx (REG, SImode, REGNO (operands[0]) + 1);
output_asm_insn (AS2 (mov%L0,%0,%1), operands);
operands[0] = GEN_INT (31);