mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
drc: rm overlapped block entry points
otherwise we get duplicates in hash tables
This commit is contained in:
parent
7e056c853a
commit
f0ed9e38ad
2 changed files with 47 additions and 19 deletions
|
@ -610,6 +610,7 @@ unsigned DasmSH2(char *buffer, unsigned pc, UINT16 opcode)
|
|||
case 14: flags = op1110(buffer,pc,opcode); break;
|
||||
default: flags = op1111(buffer,pc,opcode); break;
|
||||
}
|
||||
(void)flags;
|
||||
return 0;//2 | flags | DASMFLAG_SUPPORTED;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue