dolphin/Source/Core/Core
pierre 010a60c56a Core/DSP/Jit: Fix instruction size retrieval in Branch emitters.
Reading the instruction from memory at the given address and using that
as index in the opTable leads to more correct results than using the
address as index into opTable.

Also assert when trying to execute a bad instruction instead of crashing
without warning.



git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7384 8ced0084-cf51-0410-be5f-012b33b47a6e
2011-03-20 23:30:24 +00:00
..
Src Core/DSP/Jit: Fix instruction size retrieval in Branch emitters. 2011-03-20 23:30:24 +00:00
CMakeLists.txt Build Speaker.cpp. 2011-02-22 14:06:06 +00:00
Core.vcxproj revert r7212 (express users must modify a single line, instead) 2011-02-21 15:17:41 +00:00
Core.vcxproj.filters revert r7212 (express users must modify a single line, instead) 2011-02-21 15:17:41 +00:00
SConscript pthread_mutexattr_t's must be initialized before the type can be set. 2011-03-14 15:06:06 +00:00