Skip to content

Commit

Permalink
Adjust constants for AArch64 that requires 4-byte-aligned instrs.
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav92003 committed Dec 6, 2023
1 parent f5200ef commit fec4728
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clients/drcachesim/tests/burst_syscall_inject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@
namespace dynamorio {
namespace drmemtrace {

#define PC_SYSCALL_GETPID 0xdeadbeef
#define PC_SYSCALL_GETTID 0x8badf00d
#define PC_SYSCALL_GETPID 0xdeadbe00
#define PC_SYSCALL_GETTID 0x8badf000

#define FATAL_ERROR(msg, ...) \
do { \
Expand Down

0 comments on commit fec4728

Please sign in to comment.