mirror of
https://github.com/holub/mame
synced 2025-04-25 17:56:43 +03:00
added TODO (nw)
This commit is contained in:
parent
a3be9d638b
commit
e8cd4dbbb7
@ -160,6 +160,7 @@ opcode_desc *drc_frontend::describe_one(offs_t curpc, const opcode_desc *prevdes
|
||||
{
|
||||
// initialize the description
|
||||
opcode_desc *desc = m_desc_allocator.alloc();
|
||||
// TODO: this kills the opcode_desc.delay vptr
|
||||
memset(desc, 0, sizeof(*desc));
|
||||
desc->pc = curpc;
|
||||
desc->physpc = curpc;
|
||||
|
Loading…
Reference in New Issue
Block a user