mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-01-09 10:11:23 +01:00
Fix #ifdef style
This commit is contained in:
parent
81ab6ab8b4
commit
e5ae32e5f3
|
|
@ -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…
Reference in a new issue