Browse Source

* fixed syntax error in previous commit

florian 21 years ago
parent
commit
2e78263814
1 changed files with 5 additions and 2 deletions
  1. 5 2
      compiler/powerpc/rappcgas.pas

+ 5 - 2
compiler/powerpc/rappcgas.pas

@@ -704,7 +704,7 @@ Unit rappcgas;
             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) or
-              (instr.Operands[1].opr.ref.symaddr<>refs_full) 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 +754,10 @@ initialization
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.11  2004-02-28 13:24:36  florian
+  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
     * jmps in inline assembler fixed
     * jmps in inline assembler fixed
 
 
   Revision 1.10  2004/02/27 10:21:05  florian
   Revision 1.10  2004/02/27 10:21:05  florian