summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/386/closure.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkg/runtime/386/closure.c')
-rw-r--r--src/pkg/runtime/386/closure.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/runtime/386/closure.c b/src/pkg/runtime/386/closure.c
index 24d1d0361..9f639c472 100644
--- a/src/pkg/runtime/386/closure.c
+++ b/src/pkg/runtime/386/closure.c
@@ -9,7 +9,7 @@
// fn func(arg0, arg1, arg2 *ptr, callerpc uintptr, xxx) yyy,
// arg0, arg1, arg2 *ptr) (func(xxx) yyy)
void
-runtime·closure(int32 siz, byte *fn, byte *arg0)
+·closure(int32 siz, byte *fn, byte *arg0)
{
byte *p, *q, **ret;
int32 i, n;