]> Cypherpunks.ru repositories - gostls13.git/blobdiff - src/runtime/stack.c
[dev.garbage] all: merge default (f38460037b72) into dev.garbage
[gostls13.git] / src / runtime / stack.c
index a4947a53b3ec557bf690fc3a6a435ac6d401bb55..ffae73a2ab35a5452958cec473896ee269b0daae 100644 (file)
@@ -582,7 +582,7 @@ copystack(G *gp, uintptr newsize)
        adjinfo.old = old;
        adjinfo.delta = new.hi - old.hi;
        cb = adjustframe;
-       runtime·gentraceback(~(uintptr)0, ~(uintptr)0, 0, gp, 0, nil, 0x7fffffff, &cb, &adjinfo, false);
+       runtime·gentraceback(~(uintptr)0, ~(uintptr)0, 0, gp, 0, nil, 0x7fffffff, &cb, &adjinfo, 0);
        
        // adjust other miscellaneous things that have pointers into stacks.
        adjustctxt(gp, &adjinfo);