On Wed Sep 10 12:03:53 2025 +0000, eric pouech wrote:
- the sym->Value size if 64bit, so we shouldn't (normally...) pass more
than that as constant value so changing pdw's type to DWORD64 should be sufficient 2) if not, then there's something wrong in dwarf decoding (could be one of the fixme:s)
Thanks for having a look. That is even simpler, and using DWORD64 silences the error already.