* fixed make cycle

This commit is contained in:
florian 2004-02-28 16:00:45 +00:00
parent 2e78263814
commit 55439e77a2

View File

@ -703,8 +703,7 @@ Unit rappcgas;
begin begin
instr.Operands[1].opr.ref.refaddr:=addr_full; instr.Operands[1].opr.ref.refaddr:=addr_full;
if (instr.Operands[1].opr.ref.base<>NR_NO) or if (instr.Operands[1].opr.ref.base<>NR_NO) or
(instr.Operands[1].opr.ref.index<>NR_NO) or (instr.Operands[1].opr.ref.index<>NR_NO) then
(instr.Operands[1].opr.ref.refaddr<>addr_no) then
Message(asmr_e_syn_operand); Message(asmr_e_syn_operand);
end; end;
end; end;
@ -754,7 +753,10 @@ initialization
end. end.
{ {
$Log$ $Log$
Revision 1.12 2004-02-28 14:14:44 florian Revision 1.13 2004-02-28 16:00:45 florian
* fixed make cycle
Revision 1.12 2004/02/28 14:14:44 florian
* fixed syntax error in previous commit * fixed syntax error in previous commit
Revision 1.11 2004/02/28 13:24:36 florian Revision 1.11 2004/02/28 13:24:36 florian