summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChaoren Lin <chaorenl@google.com>2015-05-05 17:50:53 +0000
committerChaoren Lin <chaorenl@google.com>2015-05-05 17:50:53 +0000
commit26438d26fa4966e49ada9c74d014f3ae2c14a7d2 (patch)
treec937ffb50dd75e364006909f5a8fac50079ea97d
parent0738a9c02ef62d83791d0da8e220ead21723ea40 (diff)
downloadbcm5719-llvm-26438d26fa4966e49ada9c74d014f3ae2c14a7d2.tar.gz
bcm5719-llvm-26438d26fa4966e49ada9c74d014f3ae2c14a7d2.zip
Fix Android build.
llvm-svn: 236509
-rw-r--r--lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp b/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
index 5def42efe78..d46505edc2a 100644
--- a/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
+++ b/lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
@@ -3902,7 +3902,7 @@ NativeProcessLinux::RemoveWatchpoint (lldb::addr_t addr)
}
Error
-NativeProcessLinux::ReadMemory (lldb::addr_t addr, void *buf, lldb::addr_t size, lldb::addr_t &bytes_read)
+NativeProcessLinux::ReadMemory (lldb::addr_t addr, void *buf, size_t size, size_t &bytes_read)
{
ReadOperation op(addr, buf, size, bytes_read);
m_monitor_up->DoOperation(&op);
OpenPOWER on IntegriCloud