mirror of
https://github.com/holub/mame
synced 2025-10-07 01:16:22 +03:00
attempt at fixing kinst DRC regression (nw)
Thanks Osso
This commit is contained in:
parent
c2a2ebf17a
commit
b9a10780fa
@ -162,6 +162,7 @@ opcode_desc *drc_frontend::describe_one(offs_t curpc, const opcode_desc *prevdes
|
|||||||
opcode_desc *desc = m_desc_allocator.alloc();
|
opcode_desc *desc = m_desc_allocator.alloc();
|
||||||
desc->m_next = NULL;
|
desc->m_next = NULL;
|
||||||
desc->branch = NULL;
|
desc->branch = NULL;
|
||||||
|
desc->delay.reset();
|
||||||
desc->pc = curpc;
|
desc->pc = curpc;
|
||||||
desc->physpc = curpc;
|
desc->physpc = curpc;
|
||||||
desc->targetpc = BRANCH_TARGET_DYNAMIC;
|
desc->targetpc = BRANCH_TARGET_DYNAMIC;
|
||||||
|
Loading…
Reference in New Issue
Block a user