mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-12 01:38:37 +12:00
Fix #ifdef style
This commit is contained in:
parent
81ab6ab8b4
commit
e5ae32e5f3
1 changed files with 2 additions and 0 deletions
|
@ -1272,10 +1272,12 @@ extern void ppu_initialize(const ppu_module& info)
|
|||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
static void ppu_initialize2(jit_compiler& jit, const ppu_module& module_part, const std::string& cache_path, const std::string& obj_name)
|
||||
{
|
||||
#ifdef LLVM_AVAILABLE
|
||||
using namespace llvm;
|
||||
|
||||
// Create LLVM module
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue