added TODO (nw)

This commit is contained in:
Oliver Stöneberg 2014-03-30 16:50:44 +00:00
parent a3be9d638b
commit e8cd4dbbb7

View File

@ -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;