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
This commit is contained in:
refraction 2014-01-26 00:21:51 +00:00
parent 8e6e0f4c66
commit d4211394a5
1 changed files with 1 additions and 1 deletions

View File

@ -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