We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
These two undefined insns have arguments:
0F FF /r UD0 r32, r/m32 0F B9 /r UD1 r32, r/m32
GNU binutils decodes these properly:
0000000000000000 <.text>: 0: 0f ff 80 78 56 34 12 ud0 0x12345678(%rax),%eax 7: 65 47 0f b9 bc ff 78 56 34 12 ud1 %gs:0x12345678(%r15,%r15,8),%r15d
The text was updated successfully, but these errors were encountered:
Is this x86? If yes it is likely that it won't be fixed in the near future with an update.
x86
Unfortunately the new update mechanism doesn't work for x86 (yet, maybe if someone takes care of it in the future).
You could fix it by hand of cause if you like.
Sorry, something went wrong.
No branches or pull requests
These two undefined insns have arguments:
GNU binutils decodes these properly:
The text was updated successfully, but these errors were encountered: