rpcsx/rpcs3/Emu/Memory
Nekotekina 8f04ab07ed IsGood() check elimination
Reasons: 1) It's unsafe - we cannot guarantee that address is still good
while it is used. 2) It's wrong in many modules which are usually just
compare pointer with zero.
2014-08-05 14:18:22 +04:00
..
DynamicMemoryBlockBase.h Little fix 2014-07-12 20:38:37 +04:00
Memory.cpp IsGoodAddr() bug fixed 2014-07-14 23:15:30 +04:00
Memory.h IsGood() check elimination 2014-08-05 14:18:22 +04:00
MemoryBlock.h be_t<> constructor elimination 2014-07-18 20:55:26 +04:00