We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aca18b7 commit 8ac912eCopy full SHA for 8ac912e
1 file changed
ddprof-lib/src/main/cpp/safeAccess.cpp
@@ -30,7 +30,7 @@
30
#if defined(__x86_64__)
31
#define context_pc uc_mcontext.gregs[REG_RIP]
32
#elif defined(__aarch64__)
33
- #define context_pc uc_mcontext.regs[_REG_ELR]
+ #define context_pc uc_mcontext.regs[REG_ELR]
34
#endif
35
36
0 commit comments