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