add comments where to split

This commit is contained in:
oltolm
2023-12-29 15:14:22 +01:00
committed by Megamouse
parent fe9a24a1b8
commit 8eae73dd02
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1489,4 +1489,4 @@ u64 jit_compiler::get(const std::string& name)
return m_engine->getGlobalValueAddress(name);
}
#endif
#endif // LLVM_AVAILABLE
+1 -1
View File
@@ -554,4 +554,4 @@ public:
static std::string triple2();
};
#endif
#endif // LLVM_AVAILABLE