Browse Source

* call inherited inside twasminnode.checkgenjumps in order to initialize use_small

git-svn-id: trunk@48971 -
nickysn 4 năm trước cách đây
mục cha
commit
76c61c3aac
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      compiler/wasm32/nwasmset.pas

+ 2 - 0
compiler/wasm32/nwasmset.pas

@@ -71,6 +71,8 @@ implementation
 
     function twasminnode.checkgenjumps(out setparts: Tsetparts; out numparts: byte; out use_small: boolean): boolean;
       begin
+        { call inherited to initialize use_small }
+        inherited;
         result:=false;
       end;