mirror of
https://github.com/holub/mame
synced 2025-04-22 00:11:58 +03:00
fix compile with gcc 5.x (nw)
This commit is contained in:
parent
9aac2734ef
commit
a2429f813c
@ -494,8 +494,8 @@ int vertex_program_simulator::step()
|
||||
{
|
||||
int p1, p2;
|
||||
float tmp[3 * 4];
|
||||
float tmpv[4];
|
||||
float tmps[4];
|
||||
float tmpv[4] = { 0, 0, 0, 0};
|
||||
float tmps[4] = { 0, 0, 0, 0};
|
||||
instruction::decoded *d;
|
||||
|
||||
#if 0 // useful while debugging to see what instrucion is being executed
|
||||
|
Loading…
Reference in New Issue
Block a user