avr.c (out_movqi_mr_r): Fix length computation.

* config/avr/avr.c (out_movqi_mr_r): Fix length computation.

From-SVN: r183697
This commit is contained in:
Georg-Johann Lay 2012-01-30 10:16:29 +00:00
parent 733ccf098f
commit 4f0534570b
1 changed files with 1 additions and 1 deletions

View File

@ -3841,7 +3841,7 @@ out_movqi_mr_r (rtx insn, rtx op[], int *plen)
return avr_asm_len ("std %0,%1", op, plen, -1);
}
return avr_asm_len ("st %0,%1", op, plen, -2);
return avr_asm_len ("st %0,%1", op, plen, -1);
}
static const char*