scudspdasm.c: Prevent out of array access from line 314 (nw)

This commit is contained in:
Wilbert Pol 2013-10-10 20:35:14 +00:00
parent 6cb00b200e
commit e4fd43dac8

View File

@ -242,7 +242,7 @@ CPU_DISASSEMBLE( scudsp )
// const char *sym, *sym2;
char *my_buffer = buffer;
char temp_buffer[64];
UINT32 data[2];
UINT32 data[3];
switch( op >> 30 )
{