mirror of
https://github.com/holub/mame
synced 2025-10-06 17:08:28 +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();
|
||||
desc->m_next = NULL;
|
||||
desc->branch = NULL;
|
||||
desc->delay.reset();
|
||||
desc->pc = curpc;
|
||||
desc->physpc = curpc;
|
||||
desc->targetpc = BRANCH_TARGET_DYNAMIC;
|
||||
|
Loading…
Reference in New Issue
Block a user