mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-25 04:02:42 +01:00
add comments where to split
This commit is contained in:
parent
fe9a24a1b8
commit
8eae73dd02
@ -1489,4 +1489,4 @@ u64 jit_compiler::get(const std::string& name)
|
|||||||
return m_engine->getGlobalValueAddress(name);
|
return m_engine->getGlobalValueAddress(name);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif // LLVM_AVAILABLE
|
||||||
|
@ -554,4 +554,4 @@ public:
|
|||||||
static std::string triple2();
|
static std::string triple2();
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif // LLVM_AVAILABLE
|
||||||
|
@ -11790,7 +11790,7 @@ std::unique_ptr<spu_recompiler_base> spu_recompiler_base::make_llvm_recompiler(u
|
|||||||
fmt::throw_exception("LLVM is not available in this build.");
|
fmt::throw_exception("LLVM is not available in this build.");
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif // LLVM_AVAILABLE
|
||||||
|
|
||||||
struct spu_llvm_worker
|
struct spu_llvm_worker
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user