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 8ac912e commit 8d20ad6Copy full SHA for 8d20ad6
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.pc
34
#endif
35
36
0 commit comments