mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-02-01 09:32:32 +00:00
Update for new instr_info_t format
This commit is contained in:
parent
5b0b60da76
commit
69d3fcba95
@ -258,7 +258,6 @@ void powerpc_cpu_base::init_decoder()
|
|||||||
static const instr_info_t return_ii_table[] = {
|
static const instr_info_t return_ii_table[] = {
|
||||||
{ "return",
|
{ "return",
|
||||||
(execute_pmf)&powerpc_cpu_base::execute_return,
|
(execute_pmf)&powerpc_cpu_base::execute_return,
|
||||||
NULL,
|
|
||||||
PPC_I(MAX),
|
PPC_I(MAX),
|
||||||
D_form, 6, 0, CFLOW_JUMP
|
D_form, 6, 0, CFLOW_JUMP
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user