fixed clang warning with src/emu/cpu/rsp.c (nw)

This commit is contained in:
Oliver Stöneberg 2014-11-21 12:29:20 +01:00
parent b1e387efbf
commit 2af596ac5e

View File

@ -349,6 +349,7 @@ void rsp_device::unimplemented_opcode(UINT32 op)
/*****************************************************************************/
#if 0
static const int vector_elements[16][8] =
{
{ 0, 1, 2, 3, 4, 5, 6, 7 }, // none
@ -368,6 +369,7 @@ static const int vector_elements[16][8] =
{ 6, 6, 6, 6, 6, 6, 6, 6 }, // 6
{ 7, 7, 7, 7, 7, 7, 7, 7 }, // 7
};
#endif
void rsp_device::resolve_cb()
{