aboutsummaryrefslogtreecommitdiffstats
path: root/executor/gen.go
diff options
context:
space:
mode:
authorPatrick Meyer <meyerpatrick@google.com>2021-05-06 23:08:51 +0200
committerDmitry Vyukov <dvyukov@google.com>2021-05-20 13:29:54 +0200
commite5d3015f47ca8f88dfedb85243e8e77957bd51cd (patch)
tree6c21d24e729d897ef74ab4583f1ab5d0537c8ec0 /executor/gen.go
parenta39775d33f7a69adcf1f5b39474a7dba73c0d049 (diff)
executor: initial darwin support
Diffstat (limited to 'executor/gen.go')
-rw-r--r--executor/gen.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/gen.go b/executor/gen.go
index e00528816..a4932913f 100644
--- a/executor/gen.go
+++ b/executor/gen.go
@@ -1,7 +1,7 @@
// Copyright 2017 syzkaller project authors. All rights reserved.
// Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
-// +build amd64,!freebsd,!openbsd,!netbsd
+// +build amd64,!freebsd,!darwin,!openbsd,!netbsd
//go:generate bash -c "gcc kvm_gen.cc kvm.S -o kvm_gen && ./kvm_gen > kvm.S.h && rm ./kvm_gen"