diff options
Diffstat (limited to 'src/compiler/CompilerIR.h')
-rw-r--r-- | src/compiler/CompilerIR.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/CompilerIR.h b/src/compiler/CompilerIR.h index f7b1bc6ac1..c5bbae6283 100644 --- a/src/compiler/CompilerIR.h +++ b/src/compiler/CompilerIR.h @@ -472,6 +472,7 @@ struct CompilationUnit { std::vector<uint32_t> mappingTable; std::vector<uint32_t> coreVmapTable; std::vector<uint32_t> fpVmapTable; + std::vector<uint8_t> nativeGcMap; bool genDebugger; // Generate code for debugger bool printMe; bool hasClassLiterals; // Contains class ptrs used as literals |