Pārlūkot izejas kodu

* Set retun value of get_frame method to nil

git-svn-id: trunk@21904 -
pierre 13 gadi atpakaļ
vecāks
revīzija
dd59db1bba
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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;