mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 13:31:27 +12:00
PPU LLVM: add MemoryManager3
For temporary allocations. Add flags in jit_compiler constructor.
This commit is contained in:
parent
466d58ccef
commit
849411693a
3 changed files with 70 additions and 6 deletions
|
@ -128,7 +128,7 @@ class jit_compiler final
|
|||
std::string m_cpu;
|
||||
|
||||
public:
|
||||
jit_compiler(const std::unordered_map<std::string, u64>& _link, const std::string& _cpu, bool large = false);
|
||||
jit_compiler(const std::unordered_map<std::string, u64>& _link, const std::string& _cpu, u32 flags = 0);
|
||||
~jit_compiler();
|
||||
|
||||
// Get LLVM context
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue