xl
xl copied to clipboard
Typo in opcodes.h
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
Hi @gulamf. I think that you are right. Good catch. I will fix that when I return from KVM Forum.