mirror of
https://github.com/holub/mame
synced 2025-07-01 08:18:59 +03:00
fixed clang warning with src/emu/cpu/rsp.c (nw)
This commit is contained in:
parent
b1e387efbf
commit
2af596ac5e
@ -349,6 +349,7 @@ void rsp_device::unimplemented_opcode(UINT32 op)
|
|||||||
|
|
||||||
/*****************************************************************************/
|
/*****************************************************************************/
|
||||||
|
|
||||||
|
#if 0
|
||||||
static const int vector_elements[16][8] =
|
static const int vector_elements[16][8] =
|
||||||
{
|
{
|
||||||
{ 0, 1, 2, 3, 4, 5, 6, 7 }, // none
|
{ 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
|
{ 6, 6, 6, 6, 6, 6, 6, 6 }, // 6
|
||||||
{ 7, 7, 7, 7, 7, 7, 7, 7 }, // 7
|
{ 7, 7, 7, 7, 7, 7, 7, 7 }, // 7
|
||||||
};
|
};
|
||||||
|
#endif
|
||||||
|
|
||||||
void rsp_device::resolve_cb()
|
void rsp_device::resolve_cb()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user