diff options
Diffstat (limited to 'pkg/compiler/fuzz.go')
| -rw-r--r-- | pkg/compiler/fuzz.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/compiler/fuzz.go b/pkg/compiler/fuzz.go index 3f888cdbd..ecb97834b 100644 --- a/pkg/compiler/fuzz.go +++ b/pkg/compiler/fuzz.go @@ -22,6 +22,6 @@ func Fuzz(data []byte) int { } var ( - fuzzTarget = targets.Get("test", "64") + fuzzTarget = targets.Get(targets.TestOS, targets.TestArch64) fuzzConsts = map[string]uint64{"A": 1, "B": 2, "C": 3, "SYS_A": 4, "SYS_B": 5, "SYS_C": 6} ) |
