Remove the UDSP union
commit9a2630cb7a7ce59a81b660716bdbd94c3317946d
authornakeee <nakeee@8ced0084-cf51-0410-be5f-012b33b47a6e>
Wed, 24 Mar 2010 05:05:25 +0000 (24 05:05 +0000)
committernakeee <nakeee@8ced0084-cf51-0410-be5f-012b33b47a6e>
Wed, 24 Mar 2010 05:05:25 +0000 (24 05:05 +0000)
tree797eafd61731c42ac2f719a9ba1c4a1784bbc9ef
parent3c1377ef219bfcd392ea104fb19ac9d2a5154fef
Remove the UDSP union
functions are passed by value rather than by reference
This is part of a bigger change so please report if it broke compile

git-svn-id: http://dolphin-emu.googlecode.com/svn/trunk@5228 8ced0084-cf51-0410-be5f-012b33b47a6e
12 files changed:
Source/Core/DSPCore/Src/DSPAnalyzer.cpp
Source/Core/DSPCore/Src/DSPIntExtOps.cpp
Source/Core/DSPCore/Src/DSPIntExtOps.h
Source/Core/DSPCore/Src/DSPInterpreter.h
Source/Core/DSPCore/Src/DSPTables.cpp
Source/Core/DSPCore/Src/DSPTables.h
Source/Core/DSPCore/Src/DspIntArithmetic.cpp
Source/Core/DSPCore/Src/DspIntBranch.cpp
Source/Core/DSPCore/Src/DspIntLoadStore.cpp
Source/Core/DSPCore/Src/DspIntMisc.cpp
Source/Core/DSPCore/Src/DspIntMultiplier.cpp
Source/Core/DSPCore/Src/disassemble.cpp