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
Description: signed_type.patch
_______________________________________________ lldb-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
