Removed trailing whitespaces.
This commit is contained in:
@@ -1500,14 +1500,11 @@ unsigned OptShiftBack (CodeSeg* S)
|
|||||||
(N->OPC == OP65_LSR ||
|
(N->OPC == OP65_LSR ||
|
||||||
N->OPC == OP65_ROR) &&
|
N->OPC == OP65_ROR) &&
|
||||||
!CE_HasLabel (N)) {
|
!CE_HasLabel (N)) {
|
||||||
|
|
||||||
CheckStates = PSTATE_ZN;
|
CheckStates = PSTATE_ZN;
|
||||||
|
|
||||||
if (N->OPC == OP65_LSR &&
|
if (N->OPC == OP65_LSR &&
|
||||||
!PStatesAreClear (E->RI->Out.PFlags, PSTATE_C)) {
|
!PStatesAreClear (E->RI->Out.PFlags, PSTATE_C)) {
|
||||||
CheckStates |= REG_A;
|
CheckStates |= REG_A;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((GetRegInfo (S, I+2, CheckStates) & CheckStates) == 0) {
|
if ((GetRegInfo (S, I+2, CheckStates) & CheckStates) == 0) {
|
||||||
|
|
||||||
/* Remove the shifts */
|
/* Remove the shifts */
|
||||||
|
|||||||
@@ -1221,7 +1221,6 @@ SymEntry* AddGlobalSym (const char* Name, const Type* T, unsigned Flags)
|
|||||||
/* Add the new declaration to the global symbol table instead */
|
/* Add the new declaration to the global symbol table instead */
|
||||||
Tab = SymTab0;
|
Tab = SymTab0;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Entry == 0 || Entry->Owner != Tab) {
|
if (Entry == 0 || Entry->Owner != Tab) {
|
||||||
|
|
||||||
/* Create a new entry */
|
/* Create a new entry */
|
||||||
|
|||||||
Reference in New Issue
Block a user