mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-01 07:13:36 +00: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)
|
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;
|
using namespace llvm;
|
||||||
|
|
||||||
// Create LLVM module
|
// Create LLVM module
|
||||||
|
Loading…
x
Reference in New Issue
Block a user