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