mirror of
https://github.com/holub/mame
synced 2025-04-24 01:11:11 +03:00
Work around MSVC2008/2010 daftness -nw-
(warning C4701: potentially uninitialized local variable 'h_over_sz3' used)
This commit is contained in:
parent
526e65a196
commit
db986999bd
@ -465,7 +465,7 @@ int gte::docop2( UINT32 pc, int gteop )
|
||||
int lm;
|
||||
int cv;
|
||||
int mx;
|
||||
INT32 h_over_sz3;
|
||||
INT32 h_over_sz3 = 0;
|
||||
|
||||
lm = GTE_LM( gteop );
|
||||
m_sf = GTE_SF( gteop );
|
||||
|
Loading…
Reference in New Issue
Block a user