mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 21:19:31 +02:00
* fixed make cycle
This commit is contained in:
parent
2e78263814
commit
55439e77a2
@ -703,8 +703,7 @@ Unit rappcgas;
|
||||
begin
|
||||
instr.Operands[1].opr.ref.refaddr:=addr_full;
|
||||
if (instr.Operands[1].opr.ref.base<>NR_NO) or
|
||||
(instr.Operands[1].opr.ref.index<>NR_NO) or
|
||||
(instr.Operands[1].opr.ref.refaddr<>addr_no) then
|
||||
(instr.Operands[1].opr.ref.index<>NR_NO) then
|
||||
Message(asmr_e_syn_operand);
|
||||
end;
|
||||
end;
|
||||
@ -754,7 +753,10 @@ initialization
|
||||
end.
|
||||
{
|
||||
$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
|
||||
|
||||
Revision 1.11 2004/02/28 13:24:36 florian
|
||||
|
Loading…
Reference in New Issue
Block a user