xl icon indicating copy to clipboard operation
xl copied to clipboard

Typo in opcodes.h

Open gulamf opened this issue 3 years ago • 1 comments
trafficstars

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

gulamf avatar Sep 08 '22 08:09 gulamf

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

c3d avatar Sep 09 '22 06:09 c3d