소스 검색

* fixed uninitialised variable (mantis 8198, already tested by
webtbs/tw3931a.pp)

git-svn-id: trunk@6183 -

Jonas Maebe 18 년 전
부모
커밋
cc67ed17b5
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      compiler/x86/rax86int.pas

+ 1 - 0
compiler/x86/rax86int.pas

@@ -757,6 +757,7 @@ Unit Rax86int;
         expr:='';
         inexpression:=TRUE;
         parenlevel:=0;
+        sym:=nil;
         needvmtofs:=FALSE;
         Repeat
           { Support ugly delphi constructs like: [ECX].1+2[EDX] }