[lldb-dev] [patch] Change a few struct members from unsigned to signed

Abid, Hafiz Hafiz_Abid at mentor.com
Tue Mar 11 05:07:45 PDT 2014


Hi,
This patches changes the type of 2 struct members from unsigned to signed. They are used respectively in InterlockedIncrement and in InterlockedExchange respectively which seem to take a signed argument.
http://msdn.microsoft.com/en-us/library/windows/desktop/ms683614%28v=vs.85%29.aspx
http://msdn.microsoft.com/en-us/library/windows/desktop/ms683590%28v=vs.85%29.aspx

Deepak,
Please let me know if it causes any problem with MSVC++.

Thanks,
Abid


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signed_type.patch
Type: application/octet-stream
Size: 570 bytes
Desc: signed_type.patch
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20140311/f76aa3fa/attachment.obj>


More information about the lldb-dev mailing list