diff options
| author | Shawn Hoffman <godisgovernment@gmail.com> | 2009-11-14 17:08:32 +0000 |
|---|---|---|
| committer | Shawn Hoffman <godisgovernment@gmail.com> | 2009-11-14 17:08:32 +0000 |
| commit | 06aa62504cdb00bb04f5bfae106a1b3656d1682a (patch) | |
| tree | dbd0a773b3bde61e36b158fc74c4259ca92e93f1 /Source/Core/DSPCore/Src/DspIntArithmetic.cpp | |
| parent | 18305c7c49421e7f635c57e67b434f8f5003bfdc (diff) | |
revert to r4531, but keep the changes from the following revisions: 4533,4550-4551,4556-4559
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4566 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DSPCore/Src/DspIntArithmetic.cpp')
| -rw-r--r-- | Source/Core/DSPCore/Src/DspIntArithmetic.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DSPCore/Src/DspIntArithmetic.cpp b/Source/Core/DSPCore/Src/DspIntArithmetic.cpp index ed5f5d6eb0..4687f97b21 100644 --- a/Source/Core/DSPCore/Src/DspIntArithmetic.cpp +++ b/Source/Core/DSPCore/Src/DspIntArithmetic.cpp @@ -33,7 +33,7 @@ void clr(const UDSPInstruction& opc) u8 reg = (opc.hex >> 11) & 0x1; dsp_set_long_acc(reg, 0); - Update_SR_Register64(0); + Update_SR_Register64((s64)0); // really? zeroWriteBackLog(); } |
