Previous 199869 Revisions Next

r22864 Thursday 16th May, 2013 at 23:20:09 UTC by Phil Bennett
Work around MSVC2008/2010 daftness -nw-

(warning C4701: potentially uninitialized local variable 'h_over_sz3' used)
[src/emu/cpu/psx]gte.c

trunk/src/emu/cpu/psx/gte.c
r22863r22864
465465   int lm;
466466   int cv;
467467   int mx;
468   INT32 h_over_sz3;
468   INT32 h_over_sz3 = 0;
469469
470470   lm = GTE_LM( gteop );
471471   m_sf = GTE_SF( gteop );

Previous 199869 Revisions Next


© 1997-2024 The MAME Team