Esempio n. 1
0
bool hasInstruction(InstructionID instrId)
{
   return getInstructionHandler(instrId) != nullptr;
}
Esempio n. 2
0
bool
hasInstruction(espresso::InstructionID id)
{
   return getInstructionHandler(id) != nullptr;
}