diff options
author | shafik <syaghmour@apple.com> | 2019-12-05 09:28:08 -0800 |
---|---|---|
committer | shafik <syaghmour@apple.com> | 2019-12-05 10:03:53 -0800 |
commit | fffd70291e124efc4a5bd475dccfc41cbc4bca8a (patch) | |
tree | c4ae742441f5f3ec6fc4a90a18d5e82cd2171d21 /lldb/packages/Python/lldbsuite/test/python_api/process/main.cpp | |
parent | ef7267def69f9416b53388a5b5ea612bed9573d9 (diff) | |
download | bcm5719-llvm-fffd70291e124efc4a5bd475dccfc41cbc4bca8a.tar.gz bcm5719-llvm-fffd70291e124efc4a5bd475dccfc41cbc4bca8a.zip |
[LLDB] Replacing use of ul suffix in GetMaxU64Bitfield since it not guarenteed to be 64 bit
GetMaxU64Bitfield(...) uses the ul suffix but we require a 64 bit unsigned integer and ul could be 32 bit. So this replacing it with a explicit cast and refactors the code around it to use an early exit.
Differential Revision: https://reviews.llvm.org/D70992
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/process/main.cpp')
0 files changed, 0 insertions, 0 deletions