public DieSubprogram(DwarfBinaryReader reader, CompilationUnit comp_unit, long offset, AbbrevEntry abbrev) : base(reader, comp_unit, abbrev) { this.real_offset = offset; if ((start_pc != 0) && (end_pc != 0)) is_continuous = true; comp_unit.AddSubprogram (offset, this); }