소스 검색

* 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
         ai1:=Taicpu.Op_sym(A_BRxx,l);
         ai1.is_jmp:=true;
-        l:=nil;
+        hl:=nil;
         case cond of
           OC_EQ:
             ai1.SetCondition(C_EQ);