Libdw: Fix build on 32-bit platforms
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.
Showing
Please register or sign in to comment