Skip to content

Typo in opcodes.h #54

@gulamf

Description

@gulamf

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions