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 bef7200 commit aca18b7Copy full SHA for aca18b7
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.gregs[_REG_ELR]
+ #define context_pc uc_mcontext.regs[_REG_ELR]
34
#endif
35
36
0 commit comments