From 64d2a7c8945ba05af859901f5e248f1befdd8621 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Tue, 3 Dec 2013 09:43:15 +0100 Subject: Imported Upstream version 1.2 --- src/pkg/runtime/stack_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pkg/runtime/stack_test.go') diff --git a/src/pkg/runtime/stack_test.go b/src/pkg/runtime/stack_test.go index da0181a66..00c2d0e06 100644 --- a/src/pkg/runtime/stack_test.go +++ b/src/pkg/runtime/stack_test.go @@ -49,7 +49,7 @@ func TestStackSplit(t *testing.T) { sp, guard := f() bottom := guard - StackGuard if sp < bottom+StackLimit { - fun := FuncForPC(*(*uintptr)(unsafe.Pointer(&f))) + fun := FuncForPC(**(**uintptr)(unsafe.Pointer(&f))) t.Errorf("after %s: sp=%#x < limit=%#x (guard=%#x, bottom=%#x)", fun.Name(), sp, bottom+StackLimit, guard, bottom) } -- cgit v1.2.3