mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 05:21:25 +12:00
LLVM: load .pdata section
This commit is contained in:
parent
4fc8276f0f
commit
ad72168143
2 changed files with 51 additions and 82 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue