Пример #1
0
 Instruction decodeMemoryInstruction(
     int instruction,
     SPARCRegisterIndirectAddress addr,
     SPARCRegister rd,
     SPARCInstructionFactory factory) {
   return factory.newRettInstruction(addr);
 }