Add an additional precondition check for safety.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4038 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -898,7 +898,7 @@ unsigned OptUnusedStores (CodeSeg* S)
|
||||
|
||||
/* Remember, we had changes */
|
||||
++Changes;
|
||||
|
||||
|
||||
/* Continue with next insn */
|
||||
continue;
|
||||
}
|
||||
@@ -1385,6 +1385,14 @@ unsigned OptTransfers3 (CodeSeg* S)
|
||||
*/
|
||||
I = Xfer;
|
||||
State = Searching;
|
||||
|
||||
/* Does this insn have a label? */
|
||||
} else if (CE_HasLabel (E)) {
|
||||
|
||||
/* Too complex to handle - bail out */
|
||||
I = Xfer;
|
||||
State = Searching;
|
||||
|
||||
}
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user