Fixed an error.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5772 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
3365220827
commit
440cc47770
1 changed files with 1 additions and 1 deletions
|
@ -412,7 +412,7 @@ unsigned OptShift3 (CodeSeg* S)
|
|||
!CS_RangeHasLabel (S, I, 2) &&
|
||||
L[2]->OPC == OP65_JSR &&
|
||||
(Shift = GetShift (L[2]->Arg)) != SHIFT_NONE &&
|
||||
SHIFT_TYPE (Shift) == SHIFT_TYPE_ASR &&
|
||||
SHIFT_DIR (Shift) == SHIFT_DIR_RIGHT &&
|
||||
(Count = SHIFT_COUNT (Shift)) > 0 &&
|
||||
!RegXUsed (S, I+3)) {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue