* noag386bin fix

This commit is contained in:
peter 2001-03-05 21:49:44 +00:00
parent 66aa8ba662
commit 21fc432ada

View File

@ -635,7 +635,9 @@ begin
if assigned(ai) then if assigned(ai) then
begin begin
{ Check the instruction if it's valid } { Check the instruction if it's valid }
{$ifndef NOAG386BIN}
ai.CheckIfValid; ai.CheckIfValid;
{$endif NOAG386BIN}
p.concat(ai); p.concat(ai);
end end
else else
@ -645,7 +647,10 @@ end;
end. end.
{ {
$Log$ $Log$
Revision 1.6 2001-02-20 21:51:36 peter Revision 1.7 2001-03-05 21:49:44 peter
* noag386bin fix
Revision 1.6 2001/02/20 21:51:36 peter
* fpu fixes (merged) * fpu fixes (merged)
Revision 1.5 2001/01/12 19:18:42 peter Revision 1.5 2001/01/12 19:18:42 peter