Fixed a bug
git-svn-id: svn://svn.cc65.org/cc65/trunk@1632 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -105,7 +105,7 @@ static short RegVal (unsigned short Use, const RegContents* RC)
|
|||||||
} else if ((Use & REG_SREG_HI) != 0) {
|
} else if ((Use & REG_SREG_HI) != 0) {
|
||||||
return RC->SRegHi;
|
return RC->SRegHi;
|
||||||
} else {
|
} else {
|
||||||
return REG_NONE;
|
return UNKNOWN_REGVAL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -961,7 +961,7 @@ unsigned OptDupLoads (CodeSeg* S)
|
|||||||
CS_DelEntry (S, I);
|
CS_DelEntry (S, I);
|
||||||
|
|
||||||
/* Remember, we had changes */
|
/* Remember, we had changes */
|
||||||
++Changes;
|
++Changes;
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user