summaryrefslogtreecommitdiff
path: root/src/cmd/internal/obj/s390x/condition_code.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/internal/obj/s390x/condition_code.go')
-rw-r--r--src/cmd/internal/obj/s390x/condition_code.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cmd/internal/obj/s390x/condition_code.go b/src/cmd/internal/obj/s390x/condition_code.go
index 764fc5bc6a..f498fd6f77 100644
--- a/src/cmd/internal/obj/s390x/condition_code.go
+++ b/src/cmd/internal/obj/s390x/condition_code.go
@@ -124,3 +124,5 @@ func (c CCMask) String() string {
// invalid
return fmt.Sprintf("Invalid (%#x)", c)
}
+
+func (CCMask) CanBeAnSSAAux() {}