[lldb-dev] [patch] Change a few struct members from unsigned to signed
Greg Clayton
gclayton at apple.com
Tue Mar 11 10:01:20 PDT 2014
Looks ok as long as people that use MSVC agree it works fine.
On Mar 11, 2014, at 5:07 AM, Abid, Hafiz <Hafiz_Abid at mentor.com> wrote:
> 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
>
>
> <signed_type.patch>_______________________________________________
> lldb-dev mailing list
> lldb-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
More information about the lldb-dev
mailing list