Browse Source

* makes a_jmp_cond working

git-svn-id: trunk@18969 -
florian 14 năm trước cách đây
mục cha
commit
0066a12974
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      compiler/avr/cgcpu.pas

+ 1 - 1
compiler/avr/cgcpu.pas

@@ -1610,7 +1610,7 @@ unit cgcpu;
       begin
       begin
         ai1:=Taicpu.Op_sym(A_BRxx,l);
         ai1:=Taicpu.Op_sym(A_BRxx,l);
         ai1.is_jmp:=true;
         ai1.is_jmp:=true;
-        l:=nil;
+        hl:=nil;
         case cond of
         case cond of
           OC_EQ:
           OC_EQ:
             ai1.SetCondition(C_EQ);
             ai1.SetCondition(C_EQ);