Exemplo n.º 1
0
static void
lswi(ThreadState *state, Instruction instr)
{
   lswGeneric(state, instr);
}
Exemplo n.º 2
0
static bool
lswi(PPCEmuAssembler& a, Instruction instr)
{
   return lswGeneric(a, instr);
}