소스 검색

* Set retun value of get_frame method to nil

git-svn-id: trunk@21904 -
pierre 13 년 전
부모
커밋
dd59db1bba
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      compiler/ninl.pas

+ 1 - 0
compiler/ninl.pas

@@ -3617,6 +3617,7 @@ implementation
        begin
          include(current_procinfo.flags,pi_needs_stackframe);
          expectloc:=LOC_CREGISTER;
+         result:=nil;
        end;