浏览代码

* makes a_jmp_cond working

git-svn-id: trunk@18969 -
florian 14 年之前
父节点
当前提交
0066a12974
共有 1 个文件被更改,包括 1 次插入1 次删除
  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);