Replace disam.h with opcodes{h,c}
[emu8051.git] / src / common / cpu8051.h
index 3348aee..ae17ead 100644 (file)
@@ -74,9 +74,6 @@ cpu8051_run(int instr_count, int (*interface_stop)(void));
 void
 cpu8051_reset(void);
 
-int
-cpu8051_get_instruction_size(unsigned char opcode);
-
 int
 cpu8051_disasm_mnemonic(unsigned char opcode, char *buf);