Fix typo in last patch.

From-SVN: r4610
This commit is contained in:
Richard Stallman 1993-05-31 06:20:18 +00:00
parent 41fe5ef90b
commit a2d7245245
1 changed files with 1 additions and 1 deletions

View File

@ -2482,7 +2482,7 @@ pa_adjust_insn_length (insn, length)
return compute_movstrsi_length (insn) - 1;
/* Conditional branch with an unfilled delay slot. */
else if (GET_CODE (insn) == JUMP_INSN && ! simplejump_p (insn)
&& length != 2 && length != 4))
&& length != 2 && length != 4)
return 1;
else
return 0;