From 3f39c3fc3d5603bba111502eee26b5fbbb0077fe Mon Sep 17 00:00:00 2001 From: Mark Rowe Date: Thu, 9 Oct 2025 09:31:15 -0700 Subject: [AArch64] Update disassembler based on 2025-09 ARM ISA data --- arch/arm64/disassembler/pcode.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'arch/arm64/disassembler/pcode.c') diff --git a/arch/arm64/disassembler/pcode.c b/arch/arm64/disassembler/pcode.c index 8590f410..7993e312 100644 --- a/arch/arm64/disassembler/pcode.c +++ b/arch/arm64/disassembler/pcode.c @@ -666,6 +666,11 @@ bool BTypeCompatible_BTI(uint8_t hintcode, uint8_t pstate_btype) } bool BTypeCompatible_PACIXSP(void) +{ + return BTypeCompatible_PAC(PACIxSP); +} + +bool BTypeCompatible_PAC(enum PACInstType pacinst) { // TODO: determine if filling this in is necessary return true; -- cgit v1.3.1