We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c306b9d commit 8d4d178Copy full SHA for 8d4d178
asm/inst_memory.go
@@ -44,7 +44,7 @@ func (fgen *funcGen) newCmpXchgInst(ident ir.LocalIdent, old *ast.CmpXchgInst) (
44
if err != nil {
45
return nil, errors.WithStack(err)
46
}
47
- typ := types.NewStruct(oldType, types.I8)
+ typ := types.NewStruct(oldType, types.I1)
48
return &ir.InstCmpXchg{LocalIdent: ident, Typ: typ}, nil
49
50
0 commit comments