summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>2014-04-02 23:52:55 +0000
committerJason Molenda <jmolenda@apple.com>2014-04-02 23:52:55 +0000
commit987cbaa09b0f93ae5765947ed5c99e84a8936941 (patch)
treec2e13d75de28fbc15387dd66fb600a9deb179288 /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
parent55312debee5c3f224cd36913d4a00a6ce91676c5 (diff)
downloadbcm5719-llvm-987cbaa09b0f93ae5765947ed5c99e84a8936941.tar.gz
bcm5719-llvm-987cbaa09b0f93ae5765947ed5c99e84a8936941.zip
Add a missing arm64 idef.
llvm-svn: 205488
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp')
-rw-r--r--lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
index 48db3b0ffae..393def34975 100644
--- a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
+++ b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
@@ -178,7 +178,7 @@ namespace {
#define HIGH_PORT (49151u)
#endif
-#if defined(__APPLE__) && defined(__arm__)
+#if defined(__APPLE__) && (defined(__arm__) || defined(__arm64__))
static bool rand_initialized = false;
static inline uint16_t
OpenPOWER on IntegriCloud