Fix 32-bit builds after r279232
authorPavel Labath <labath@google.com>
Fri, 19 Aug 2016 13:14:13 +0000 (13:14 +0000)
committerPavel Labath <labath@google.com>
Fri, 19 Aug 2016 13:14:13 +0000 (13:14 +0000)
commit69dac575d3fba5e1a8907b654245aecaffb130d0
tree5ad68f9a0d0626b4a84146d580af72ac74e13789
parent53a45fa4e30f47fbc2efbb2e4e83f579decee119
Fix 32-bit builds after r279232

GetByteSize() of a DataBuffer returns a uint64_t (it probably shouldn't), which isn't implicitly
convertible to size_t.

llvm-svn: 279238
lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp