aboutsummaryrefslogtreecommitdiff
path: root/test/codegen/bool.go
diff options
context:
space:
mode:
Diffstat (limited to 'test/codegen/bool.go')
-rw-r--r--test/codegen/bool.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/codegen/bool.go b/test/codegen/bool.go
index 929b1b49b9..a32423308e 100644
--- a/test/codegen/bool.go
+++ b/test/codegen/bool.go
@@ -27,7 +27,7 @@ func convertNeq0L(x uint32, c bool) bool {
}
func convertNeq0Q(x uint64, c bool) bool {
- // amd64:"ANDQ\t[$]1",-"SETB"
+ // amd64:"ANDL\t[$]1",-"SETB"
b := x&1 != 0
return c && b
}