mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 06:31:31 +00:00
Fixed the latest bugfix
git-svn-id: svn://svn.cc65.org/cc65/trunk@3682 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
0816559134
commit
2d66b55b9d
@ -316,7 +316,7 @@ unsigned OptAdd3 (CodeSeg* S)
|
||||
|
||||
/* Check for the sequence */
|
||||
if (CE_IsCallTo (L[0], "pushax") &&
|
||||
CS_GetEntries (S, L+1, I+1, 5) &&
|
||||
CS_GetEntries (S, L+1, I+1, 4) &&
|
||||
!CS_RangeHasLabel (S, I+1, 3) &&
|
||||
L[1]->OPC == OP65_LDX &&
|
||||
CE_IsKnownImm (L[1], 0) &&
|
||||
|
Loading…
Reference in New Issue
Block a user