Esempio n. 1
0
 /// <inheritdoc/>
 public override ExceptionSpecification GetExceptionSpecification(InstructionPrototype prototype)
 {
     return(store.GetSpecification(prototype));
 }
Esempio n. 2
0
 /// <inheritdoc/>
 public override MemorySpecification GetMemorySpecification(InstructionPrototype prototype)
 {
     return(store.GetSpecification(prototype));
 }