From 22d92781ba2a10b7fb5b977b7d1a5c40ff53885f Mon Sep 17 00:00:00 2001 From: Alexey Borzenkov Date: Thu, 10 Feb 2022 16:47:41 +0300 Subject: Restoring authorship annotation for Alexey Borzenkov . Commit 1 of 2. --- library/cpp/execprofile/profile.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'library/cpp/execprofile') diff --git a/library/cpp/execprofile/profile.cpp b/library/cpp/execprofile/profile.cpp index d05de20203f..be1fc216704 100644 --- a/library/cpp/execprofile/profile.cpp +++ b/library/cpp/execprofile/profile.cpp @@ -188,11 +188,11 @@ private: #endif #elif defined _darwin_ #if defined _64_ -#if defined(_arm_) - return (void*)(*mctx)->__ss.__pc; -#else +#if defined(_arm_) + return (void*)(*mctx)->__ss.__pc; +#else return (void*)(*mctx)->__ss.__rip; -#endif +#endif #else #if defined(__IOS__) return (void*)(*mctx)->__ss.__pc; -- cgit v1.3