mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-05-04 20:03:21 +02:00
drc: rm overlapped block entry points
otherwise we get duplicates in hash tables
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user