Exemplo n.º 1
0
 static bool
    ps_merge00(PPCEmuAssembler& a, Instruction instr)
 {
    return mergeGeneric(a, instr);
 }
static void
ps_merge00(cpu::Core *state, Instruction instr)
{
   return mergeGeneric(state, instr);
}