1 // Copyright 2013 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file.
7 /* Dummy function for processors that implement MakeFunc using FFI
8 rather than having builtin support. */
10 void makeFuncStub (void) __asm__ ("reflect.makeFuncStub");
12 void makeFuncStub (void)
14 runtime_throw ("impossible call to makeFuncStub");