Update for new instr_info_t format

This commit is contained in:
gbeauche 2007-01-17 06:56:09 +00:00
parent 5b0b60da76
commit 69d3fcba95

View File

@ -258,7 +258,6 @@ void powerpc_cpu_base::init_decoder()
static const instr_info_t return_ii_table[] = {
{ "return",
(execute_pmf)&powerpc_cpu_base::execute_return,
NULL,
PPC_I(MAX),
D_form, 6, 0, CFLOW_JUMP
}