diff options
author | Saleem Abdulrasool <compnerd@compnerd.org> | 2019-08-23 17:58:53 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@compnerd.org> | 2019-08-23 17:58:53 +0000 |
commit | e7823a53164b0526c9463fc9515f42d5c53651db (patch) | |
tree | 216316644c75af3f04f03de1edb7c36ed90d82c8 /lldb/packages/Python/lldbsuite/test/expression_command/context-object-objc | |
parent | 05f56a1ddd67c65e4554d4c7a38a9d511c0ecf20 (diff) | |
download | bcm5719-llvm-e7823a53164b0526c9463fc9515f42d5c53651db.tar.gz bcm5719-llvm-e7823a53164b0526c9463fc9515f42d5c53651db.zip |
Windows: explicitly cast constants to `DWORD`
STATUS_SINGLE_STEP and STATUS_BREAKPOINT are defined as 0x8------ which
is negative and thus can't be implicitly narrowed to a DWORD which is
unsigned. The value is defined differently across winnt.h and ntstatus.h.
Patch by Gwen Mittertreiner!
llvm-svn: 369788
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/context-object-objc')
0 files changed, 0 insertions, 0 deletions