DavidSpickett wrote:

Should you use `%lu` instead of casting? 
https://learn.microsoft.com/en-gb/windows/win32/winprog/windows-data-types?redirectedfrom=MSDN:
```
A 32-bit unsigned integer. The range is 0 through 4294967295 decimal.
This type is declared in IntSafe.h as follows:
typedef unsigned long DWORD;
```
I assume since they didn't note it, it's the same size on x86 and x86_64.


https://github.com/llvm/llvm-project/pull/150886
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to