Nerixyz wrote: > I wonder if the code was incorrect on 32 bit windows before. The method was > already returning a `ULONG_PTR`:
On 32 bit, `ULONG_PTR` is a `unsigned long` (i.e. `uint32_t`), so I think this was incorrect before. https://github.com/llvm/llvm-project/pull/203485 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
