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