|
@@ -188,11 +188,11 @@ unit aoptbase;
|
|
|
Current := tai(Current.Next);
|
|
|
While Assigned(Current) And
|
|
|
((Current.typ In SkipInstr) or
|
|
|
-{$if defined(SPARC) or defined(MIPS)}
|
|
|
+{$if defined(SPARCGEN) or defined(MIPS)}
|
|
|
((Current.typ=ait_instruction) and
|
|
|
(taicpu(Current).opcode=A_NOP)
|
|
|
) or
|
|
|
-{$endif SPARC or MIPS}
|
|
|
+{$endif SPARCGEN or MIPS}
|
|
|
((Current.typ = ait_label) And
|
|
|
labelCanBeSkipped(Tai_Label(Current)))) Do
|
|
|
Current := tai(Current.Next);
|