diff options
| author | pierre <pierre@pirsoft.de> | 2010-10-31 23:26:18 +0000 |
|---|---|---|
| committer | pierre <pierre@pirsoft.de> | 2010-10-31 23:26:18 +0000 |
| commit | 4b9831cdce7ffa1fcb0fc5eda5e5686130096eb2 (patch) | |
| tree | 31c40b514d03bf3134e0cf87c3b5518836ef957b /Source/Core/DSPCore/Src/DSPIntExtOps.h | |
| parent | 2f2a76b28a0f612c2b2550d25cdae775de0614f5 (diff) | |
Core/DSPCore: Extended opcode handling fixes
* Make writeToBackLog private to DSPIntExtOps.cpp
(JIT variants of 'l and 'ln are disabled and broken as is)
* Make zeroing of the backlog conditional on doing an interpreter fallback and
do it at a few more places
* Fix selection of cleanup for extended opcodes.
* Fix the DSP unit tests to correctly emit the function prolog/epilog
(else EBX wouldn't be saved)
* Add a few more DSP unit tests
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6325 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DSPCore/Src/DSPIntExtOps.h')
| -rw-r--r-- | Source/Core/DSPCore/Src/DSPIntExtOps.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/Core/DSPCore/Src/DSPIntExtOps.h b/Source/Core/DSPCore/Src/DSPIntExtOps.h index c154af24ee..46b809ca14 100644 --- a/Source/Core/DSPCore/Src/DSPIntExtOps.h +++ b/Source/Core/DSPCore/Src/DSPIntExtOps.h @@ -61,11 +61,4 @@ void nop(const UDSPInstruction opc); } // end namespace Ext } // end namespace DSPinterpeter -// Needs comments. -inline void writeToBackLog(int i, int idx, u16 value) -{ - writeBackLog[i] = value; - writeBackLogIdx[i] = idx; -} - #endif |
