From 987cbaa09b0f93ae5765947ed5c99e84a8936941 Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Wed, 2 Apr 2014 23:52:55 +0000 Subject: [PATCH] Add a missing arm64 idef. llvm-svn: 205488 --- lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp index 48db3b0ffaec..393def349759 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 -- 2.34.1