コード例 #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));
 }