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
Hi I believe there are a few typo errors in include/opcodes.h
Line 466 reads #define POSTFIX(Name, ResTy, RightTy, Symbol, Code)
but should read #define POSTFIX(Name, ResTy, LeftTy, Symbol, Code)
line 723 reads
struct Opcode_p_##PName : PrefixOpcode
but should read
struct Opcode_p_##PName : PostfixOpcode
Thanks
The text was updated successfully, but these errors were encountered:
Hi @gulamf. I think that you are right. Good catch. I will fix that when I return from KVM Forum.
Sorry, something went wrong.
c3d
No branches or pull requests
Hi
I believe there are a few typo errors in include/opcodes.h
Line 466
reads
#define POSTFIX(Name, ResTy, RightTy, Symbol, Code)
but should read
#define POSTFIX(Name, ResTy, LeftTy, Symbol, Code)
line 723
reads
struct Opcode_p_##PName : PrefixOpcode
but should read
struct Opcode_p_##PName : PostfixOpcode
Thanks
The text was updated successfully, but these errors were encountered: