rpcsx/rpcs3/Emu/Cell
Marin Baron 4599d58413 Fix debug build gcc/clang linker.
Create temporary variable to resolve undefined reference.

[ 98%] Linking CXX executable ../bin/rpcs3
/usr/bin/ld : Emu/librpcs3_emu.a(sys_vm.cpp.o) : dans la fonction « sys_vm_t::~sys_vm_t() » :
/mnt/raid/Git/rpcs3/rpcs3/Emu/Cell/lv2/sys_vm.cpp:21 : référence indéfinie vers « id_manager::id_traits<sys_vm_t, void>::invalid »
collect2: erreur: ld a retourné le statut de sortie 1
make[2]: *** [rpcs3/CMakeFiles/rpcs3.dir/build.make:426: bin/rpcs3] Error 1
2019-10-24 14:34:38 +03:00
..
lv2 Fix debug build gcc/clang linker. 2019-10-24 14:34:38 +03:00
Modules Update cellVoice.cpp 2019-10-24 14:19:52 +03:00
Common.h Add missing #includes to header files 2019-06-25 17:11:10 +03:00
ErrorCodes.h Random space fixes 2019-10-14 19:42:35 +03:00
MFC.cpp Remove unnecessary header includes 2019-06-25 17:11:10 +03:00
MFC.h Add missing #includes to header files 2019-06-25 17:11:10 +03:00
PPCDisAsm.h fmt::by_value, fmt::Format removed 2015-08-24 21:22:42 +03:00
PPUAnalyser.cpp Add another pattern to ppu analyzer imports 2019-08-16 22:55:04 +03:00
PPUAnalyser.h Use g_fxo for global ppu_module instance 2019-09-26 23:26:36 +03:00
PPUCallback.h Increases stack allocation for callbacks. 2018-11-12 15:09:26 +03:00
PPUDisAsm.cpp spu/ppu-diasm: Fixup for #6772, #6722 2019-10-16 21:11:29 +03:00
PPUDisAsm.h ppu disasm: Improve CR bits manipulation instructions formatting 2019-10-14 20:44:23 +03:00
PPUFunction.cpp Fix sys_config_get_io_event syscall name 2019-07-29 21:55:59 +03:00
PPUFunction.h Log last function on debug pause or exception, dump cpu_thread state on access violation 2019-07-10 17:35:39 +03:00
PPUInterpreter.cpp PPU Precise: Fix fused float ops misaccuracy by using fma 2019-10-20 20:58:31 +03:00
PPUInterpreter.h PPU Precise: Fix fused float ops misaccuracy by using fma 2019-10-20 20:58:31 +03:00
PPUModule.cpp Use g_fxo for global ppu_module instance 2019-09-26 23:26:36 +03:00
PPUModule.h vm::gvar: add array support 2019-09-17 02:46:34 +03:00
PPUOpcodes.h Move rotate/cntlz/cnttz helpers to Utilities/asm.h 2018-09-08 00:32:04 +03:00
PPUThread.cpp PPU Precise: Fix fused float ops misaccuracy by using fma 2019-10-20 20:58:31 +03:00
PPUThread.h PPU Precise: FPCC handling on float ops implemented 2019-08-18 04:01:16 +03:00
PPUTranslator.cpp Update LLVM (10) 2019-10-23 16:01:14 +03:00
PPUTranslator.h Remove unnecessary header includes 2019-06-25 17:11:10 +03:00
RawSPUThread.cpp Fixup after #6143 (#6146) 2019-06-29 18:48:42 +03:00
RawSPUThread.h Migration to named_thread<> 2018-10-19 22:22:35 +03:00
SPUAnalyser.cpp Implement spu_iname helper 2018-07-06 00:33:52 +03:00
SPUAnalyser.h Add missing #includes to header files 2019-06-25 17:11:10 +03:00
SPUASMJITRecompiler.cpp SPU LLVM: implemented asynchronous compilation 2019-10-21 19:29:34 +03:00
SPUASMJITRecompiler.h SPU LLVM: implemented asynchronous compilation 2019-10-21 19:29:34 +03:00
SPUDisAsm.cpp Partial commit: Cell 2016-04-15 19:22:34 +03:00
SPUDisAsm.h spu/ppu-diasm: Fixup for #6772, #6722 2019-10-16 21:11:29 +03:00
SPUInterpreter.cpp spu: Mask SRR0 at write 2019-10-08 02:52:33 +03:00
SPUInterpreter.h Migration to named_thread<> 2018-10-19 22:22:35 +03:00
SPUOpcodes.h spu disasm: Show interrupts status modifiers on indirect branches 2019-10-16 00:50:58 +03:00
SPURecompiler.cpp SPU LLVM: implemented asynchronous compilation 2019-10-21 19:29:34 +03:00
SPURecompiler.h SPU LLVM: implemented asynchronous compilation 2019-10-21 19:29:34 +03:00
SPUThread.cpp SPU LLVM: implemented asynchronous compilation 2019-10-21 19:29:34 +03:00
SPUThread.h SPU LLVM: implemented asynchronous compilation 2019-10-21 19:29:34 +03:00