|
@@ -350,11 +350,11 @@ interface
|
|
end;
|
|
end;
|
|
end;
|
|
end;
|
|
end;
|
|
end;
|
|
-{$ifdef x86}
|
|
|
|
|
|
+{$if defined(x86) or defined(z80)}
|
|
{ can only be checked now that all local operands }
|
|
{ can only be checked now that all local operands }
|
|
{ have been resolved }
|
|
{ have been resolved }
|
|
taicpu(hp2).CheckIfValid;
|
|
taicpu(hp2).CheckIfValid;
|
|
-{$endif x86}
|
|
|
|
|
|
+{$endif x86 or z80}
|
|
end;
|
|
end;
|
|
else
|
|
else
|
|
;
|
|
;
|
|
@@ -397,11 +397,11 @@ interface
|
|
end;
|
|
end;
|
|
{$endif x86}
|
|
{$endif x86}
|
|
end;
|
|
end;
|
|
-{$ifdef x86}
|
|
|
|
|
|
+{$if defined(x86) or defined(z80)}
|
|
{ can only be checked now that all local operands }
|
|
{ can only be checked now that all local operands }
|
|
{ have been resolved }
|
|
{ have been resolved }
|
|
taicpu(hp).CheckIfValid;
|
|
taicpu(hp).CheckIfValid;
|
|
-{$endif x86}
|
|
|
|
|
|
+{$endif x86 or z80}
|
|
end;
|
|
end;
|
|
else
|
|
else
|
|
;
|
|
;
|