Reko.Core.DefaultPlatform.GetTrampolineDestination C# (CSharp) Method

GetTrampolineDestination() public method

public GetTrampolineDestination ( Reko.Core.ImageReader imageReader, IRewriterHost host ) : Reko.Core.ProcedureBase
imageReader Reko.Core.ImageReader
host IRewriterHost
return Reko.Core.ProcedureBase
        public override ProcedureBase GetTrampolineDestination(ImageReader imageReader, IRewriterHost host)
        {
            // No trampolines are supported.
            return null;
        }