Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 18587
Collapse All | Expand All

(-)elfxx.cc (-2 / +2 lines)
Lines 687-693 Link Here
687
  }
687
  }
688
688
689
template<>
689
template<>
690
  static void
690
  void
691
  dwarf_read(unsigned char const*& in, uLEB128_t& x)
691
  dwarf_read(unsigned char const*& in, uLEB128_t& x)
692
  {
692
  {
693
    int shift = 7;
693
    int shift = 7;
Lines 708-714 Link Here
708
  }
708
  }
709
709
710
template<>
710
template<>
711
  static void
711
  void
712
  dwarf_read(unsigned char const*& in, LEB128_t& x)
712
  dwarf_read(unsigned char const*& in, LEB128_t& x)
713
  {
713
  {
714
    int shift = 7;
714
    int shift = 7;

Return to bug 18587