Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small issue in instruction length decoder (xed-ild.c) #224

Open
drebraca opened this issue May 6, 2020 · 0 comments
Open

Small issue in instruction length decoder (xed-ild.c) #224

drebraca opened this issue May 6, 2020 · 0 comments

Comments

@drebraca
Copy link

drebraca commented May 6, 2020

Looks like there is a small issue in file xed-ild.c.
imm_scanner() function definition is under following compile flags:
#if defined(XED_SUPPORTS_AVX512) || defined(XED_SUPPORTS_KNC)

If we don't define any of these flags, the code will not compile due to imm_scanner() function call on the line 1526 in xed-ild.c:

imm_scanner(ild);

Attached is the patch that seems to fix this issue for us:
fix_ild_compile_issue.tar.gz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant