From 15057ffc5ebef97a5d0ebcfdc0cc12dc96ebb760 Mon Sep 17 00:00:00 2001 From: Nekotekina Date: Wed, 12 Aug 2015 15:19:31 +0300 Subject: [PATCH] wtf? --- rpcs3/Emu/Cell/PPULLVMRecompiler.cpp | 2 +- rpcs3/Emu/Cell/PPULLVMRecompilerTests.cpp | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/rpcs3/Emu/Cell/PPULLVMRecompiler.cpp b/rpcs3/Emu/Cell/PPULLVMRecompiler.cpp index 6698560fb8..57ad83bd84 100644 --- a/rpcs3/Emu/Cell/PPULLVMRecompiler.cpp +++ b/rpcs3/Emu/Cell/PPULLVMRecompiler.cpp @@ -782,4 +782,4 @@ u32 ppu_recompiler_llvm::CPUHybridDecoderRecompiler::ExecuteTillReturn(PPUThread bool ppu_recompiler_llvm::CPUHybridDecoderRecompiler::PollStatus(PPUThread * ppu_state) { return ppu_state->check_status(); } -#endif // LLVM_AVAILABLE \ No newline at end of file +#endif // LLVM_AVAILABLE diff --git a/rpcs3/Emu/Cell/PPULLVMRecompilerTests.cpp b/rpcs3/Emu/Cell/PPULLVMRecompilerTests.cpp index c4b0916029..f020f66903 100644 --- a/rpcs3/Emu/Cell/PPULLVMRecompilerTests.cpp +++ b/rpcs3/Emu/Cell/PPULLVMRecompilerTests.cpp @@ -983,4 +983,5 @@ void Compiler::RunAllTests() { m_recompilation_engine.Log() << "Finished Unit Tests\n"; idm::remove(s_ppu_state->get_id()); #endif // PPU_LLVM_RECOMPILER_UNIT_TESTS -}#endif // LLVM_AVAILABLE \ No newline at end of file +} +#endif // LLVM_AVAILABLE