LLVM: load .pdata section

This commit is contained in:
Nekotekina 2017-03-20 16:23:50 +03:00
parent 4fc8276f0f
commit ad72168143
2 changed files with 51 additions and 82 deletions

View file

@ -37,9 +37,6 @@ class jit_compiler final
// Arch
std::string m_cpu;
// Internal
void init();
public:
jit_compiler(std::unordered_map<std::string, std::uintptr_t>, std::string _cpu);
~jit_compiler();