This revision was automatically updated to reflect the committed changes.
Closed by commit rL246606: [debugserver] Fix sign comparison warning. (authored
by brucem).
Changed prior to commit:
http://reviews.llvm.org/D12519?vs=33666&id=33756#toc
Repository:
rL LLVM
http://reviews.llvm.org/D12
brucem created this revision.
brucem added a reviewer: clayborg.
brucem added a subscriber: lldb-commits.
Comparing m_page_size against kInvalidPageSize was resulting in
a warning about comparing integers with different signs. Since
kInvalidPageSize isn't used anywhere outside of MachVMMemory.cpp,