Преглед изворни кода

* fixed bugs with writing out unconditinal jumps

Jonas Maebe пре 23 година
родитељ
комит
398195464a
1 измењених фајлова са 5 додато и 2 уклоњено
  1. 5 2
      compiler/powerpc/agppcgas.pas

+ 5 - 2
compiler/powerpc/agppcgas.pas

@@ -310,7 +310,7 @@ unit agppcgas;
           if op <> A_B then
           if op <> A_B then
             s:=cond2str(op,taicpu(hp).condition)+','
             s:=cond2str(op,taicpu(hp).condition)+','
           else
           else
-            s:='';
+            s:=#9'b'#9;
           s := s+getopstr_jmp(taicpu(hp).oper[0]);
           s := s+getopstr_jmp(taicpu(hp).oper[0]);
         end
         end
       else
       else
@@ -340,7 +340,10 @@ begin
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.5  2002-07-12 10:10:01  jonas
+  Revision 1.6  2002-07-21 16:56:20  jonas
+    * fixed bugs with writing out unconditinal jumps
+
+  Revision 1.5  2002/07/12 10:10:01  jonas
     * changed motorola syntax of references with symbols to GNU syntax
     * changed motorola syntax of references with symbols to GNU syntax
 
 
   Revision 1.4  2002/07/11 14:41:34  florian
   Revision 1.4  2002/07/11 14:41:34  florian