From e0fc41331e4c93f4feace855637d730a0b297fdc Mon Sep 17 00:00:00 2001 From: cottonvibes Date: Tue, 16 Dec 2008 00:25:46 +0000 Subject: [PATCH] fixed a warning in ir5900tables.c not 100% sure its correct, but it looks like what was wanted :p git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@437 a6443dda-0b58-4228-96e9-037be469359c --- pcsx2/x86/ir5900tables.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcsx2/x86/ir5900tables.c b/pcsx2/x86/ir5900tables.c index 25e4049960..40c6fc34d7 100644 --- a/pcsx2/x86/ir5900tables.c +++ b/pcsx2/x86/ir5900tables.c @@ -488,7 +488,7 @@ void rpropBSC(EEINST* prev, EEINST* pinst) case 24: // daddi case 25: // daddiu rpropSetWrite(_Rt_, EEINST_LIVE1); - rpropSetRead(_Rs_, EEINST_LIVE1 | (_Rs_!=0 && EEINST_MMX)); + rpropSetRead(_Rs_, EEINST_LIVE1 | (_Rs_!=0?EEINST_MMX:0)); // This looks like what ZeroFrog wanted; ToDo: Needs checking! (cottonvibes) break; case 8: // addi