eteran / edb-debugger

edb is a cross-platform AArch32/x86/x86-64 debugger.
GNU General Public License v2.0
2.66k stars 321 forks source link

failure to build with capstone 5 #823

Closed ZeroChaos- closed 1 year ago

ZeroChaos- commented 1 year ago

X86_INS_VCVTPD2DQX and X86_INS_VCVTPD2PSX have been removed from capstone 5 causing a build failure.

This was originally reported to gentoo's bugzilla, and I am able to replicate https://bugs.gentoo.org/843755

The patch attached to the bug appears safe and correct.