Skip to content
  • Ben Gamari's avatar
    Libdw: Fix build on 32-bit platforms · dbad0d5d
    Ben Gamari authored
    The casting here is a bit tricky since Dwarf_Addr is always 64-bits.
    This means we first need to narrow to uintptr_t before casting to/from a
    pointer for compatibility on 32-bit architectures.
    dbad0d5d