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

Typo in opcodes.h #54

Open
gulamf opened this issue Sep 8, 2022 · 1 comment
Open

Typo in opcodes.h #54

gulamf opened this issue Sep 8, 2022 · 1 comment
Assignees

Comments

@gulamf
Copy link

gulamf commented Sep 8, 2022

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

@c3d
Copy link
Owner

c3d commented Sep 9, 2022

Hi @gulamf. I think that you are right. Good catch. I will fix that when I return from KVM Forum.

@c3d c3d self-assigned this Sep 9, 2022
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

2 participants