From 8cb7d3dcfcbe11a6d5682743816409d1c8e8f6a0 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 20 Sep 2017 21:18:36 +0200 Subject: all: initial support for fuchsia Nothing works, but builds. Update #191 --- executor/test.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'executor/test.go') diff --git a/executor/test.go b/executor/test.go index 1f18dd3bf..7bab3933c 100644 --- a/executor/test.go +++ b/executor/test.go @@ -3,6 +3,8 @@ //go:generate bash -c "gcc kvm_gen.cc kvm.S -o kvm_gen && ./kvm_gen > kvm.S.h && rm ./kvm_gen" +// +build linux + package executor // int test_copyin(); -- cgit mrf-deployment