Skip to content
This repository was archived by the owner on May 18, 2019. It is now read-only.

Commit a7e6f7f

Browse files
adrpoOpenModelica-Hudson
authored andcommitted
move symboltable from threadData vars to global ones
this will fix OMEdit crash on startup on Windows Belonging to [master]: - #2141
1 parent 82f103f commit a7e6f7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Compiler/Global/Global.mo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ constant Integer instOnlyForcedFunctions = 0;
4646
constant Integer simulationData = 0 "For simulations";
4747
constant Integer codegenTryThrowIndex = 1;
4848
constant Integer codegenFunctionList = 2;
49-
constant Integer symbolTable = 3;
5049

5150
// Global roots start at index=9
5251
constant Integer instHashIndex = 9;
@@ -64,6 +63,7 @@ constant Integer currentInstVar = 22;
6463
constant Integer operatorOverloadingCache = 23;
6564
constant Integer optionSimCode = 24;
6665
constant Integer interactiveCache = 25;
66+
constant Integer symbolTable = 27;
6767

6868
// indexes in System.tick
6969
// ----------------------

0 commit comments

Comments
 (0)