示例#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));
 }