From d4211394a529989b9902e0fa9bf351ac0846bf9b Mon Sep 17 00:00:00 2001 From: refraction Date: Sun, 26 Jan 2014 00:21:51 +0000 Subject: [PATCH] Another small thing picked up by VS Analyzer. Again probably no actual change in emulation. git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5839 96395faa-99c1-11dd-bbfe-3dabce05a288 --- pcsx2/x86/ix86-32/recVTLB.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcsx2/x86/ix86-32/recVTLB.cpp b/pcsx2/x86/ix86-32/recVTLB.cpp index afea72e8cf..cf784b956a 100644 --- a/pcsx2/x86/ix86-32/recVTLB.cpp +++ b/pcsx2/x86/ix86-32/recVTLB.cpp @@ -247,7 +247,7 @@ static __pagealigned u8 m_IndirectDispatchers[__pagesize]; // mode - 0 for read, 1 for write! // operandsize - 0 thru 4 represents 8, 16, 32, 64, and 128 bits. // -static u8* GetIndirectDispatcherPtr( int mode, int operandsize, bool sign = false ) +static u8* GetIndirectDispatcherPtr( int mode, int operandsize, int sign = 0 ) { // Each dispatcher is aligned to 64 bytes. The actual dispatchers are only like // 20-some bytes each, but 64 byte alignment on functions that are called