summaryrefslogtreecommitdiff
path: root/libunwindstack/include/unwindstack/RegsGetLocal.h
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-23 03:11:05 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-04-23 03:11:05 +0000
commit91e8acee831db9ef10793c2b07868adc09f54388 (patch)
treed7791735cd60241ffb1584d4e6843cd6c86a34a0 /libunwindstack/include/unwindstack/RegsGetLocal.h
parenta07f6ef2d8f6be8c2da518062a02a869a1448f39 (diff)
parent5458702d0787d5136cf59df51af6b1803b4600d8 (diff)
downloadunwinding-android13-s1-release.tar.gz
Change-Id: I34c440be7bdc4e0716399acf65cd3cf35da11898
Diffstat (limited to 'libunwindstack/include/unwindstack/RegsGetLocal.h')
-rw-r--r--libunwindstack/include/unwindstack/RegsGetLocal.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/libunwindstack/include/unwindstack/RegsGetLocal.h b/libunwindstack/include/unwindstack/RegsGetLocal.h
index ac171b9..bf3f767 100644
--- a/libunwindstack/include/unwindstack/RegsGetLocal.h
+++ b/libunwindstack/include/unwindstack/RegsGetLocal.h
@@ -26,8 +26,7 @@
* SUCH DAMAGE.
*/
-#ifndef _LIBUNWINDSTACK_REGS_GET_LOCAL_H
-#define _LIBUNWINDSTACK_REGS_GET_LOCAL_H
+#pragma once
namespace unwindstack {
@@ -91,7 +90,4 @@ inline __attribute__((__always_inline__)) void RegsGetLocal(Regs* regs) {
AsmGetRegs(regs->RawData());
}
-
} // namespace unwindstack
-
-#endif // _LIBUNWINDSTACK_REGS_GET_LOCAL_H