浏览代码

* 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
        begin
          include(current_procinfo.flags,pi_needs_stackframe);
          include(current_procinfo.flags,pi_needs_stackframe);
          expectloc:=LOC_CREGISTER;
          expectloc:=LOC_CREGISTER;
+         result:=nil;
        end;
        end;