drc: rm overlapped block entry points

otherwise we get duplicates in hash tables
This commit is contained in:
notaz 2017-12-02 23:55:27 +02:00
parent 7e056c853a
commit f0ed9e38ad
2 changed files with 47 additions and 19 deletions

View file

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