attempt at fixing kinst DRC regression (nw)

Thanks Osso
This commit is contained in:
Oliver Stöneberg 2014-11-18 09:43:06 +01:00
parent c2a2ebf17a
commit b9a10780fa

View File

@ -162,6 +162,7 @@ opcode_desc *drc_frontend::describe_one(offs_t curpc, const opcode_desc *prevdes
opcode_desc *desc = m_desc_allocator.alloc();
desc->m_next = NULL;
desc->branch = NULL;
desc->delay.reset();
desc->pc = curpc;
desc->physpc = curpc;
desc->targetpc = BRANCH_TARGET_DYNAMIC;