capstone-engine / capstone

Capstone disassembly/disassembler framework for ARM, ARM64 (ARMv8), Alpha, BPF, Ethereum VM, HPPA, LoongArch, M68K, M680X, Mips, MOS65XX, PPC, RISC-V(rv32G/rv64G), SH, Sparc, SystemZ, TMS320C64X, TriCore, Webassembly, XCore and X86.
http://www.capstone-engine.org
7.61k stars 1.56k forks source link

[AArch64] Fix incorrect alignment of labels. #2277

Closed Rot127 closed 9 months ago

Rot127 commented 9 months ago

AdrLabel operands had the wrong alignment performed on it.

@kabeor Be so kind and take a look at it.