mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 08:09:18 +02:00
* fixed make cycle
This commit is contained in:
parent
2e78263814
commit
55439e77a2
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user