diff options
Diffstat (limited to 'libunwindstack/include/unwindstack/MachineArm64.h')
| -rw-r--r-- | libunwindstack/include/unwindstack/MachineArm64.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libunwindstack/include/unwindstack/MachineArm64.h b/libunwindstack/include/unwindstack/MachineArm64.h index e953335101..358e3d9898 100644 --- a/libunwindstack/include/unwindstack/MachineArm64.h +++ b/libunwindstack/include/unwindstack/MachineArm64.h @@ -60,6 +60,13 @@ enum Arm64Reg : uint16_t { ARM64_REG_SP = ARM64_REG_R31, ARM64_REG_LR = ARM64_REG_R30, + + // Pseudo registers. These are not machine registers. + + // AARCH64 Return address signed state pseudo-register + ARM64_PREG_RA_SIGN_STATE = 34, + ARM64_PREG_FIRST = ARM64_PREG_RA_SIGN_STATE, + ARM64_PREG_LAST, }; } // namespace unwindstack |
