summaryrefslogtreecommitdiffstats
path: root/libgo/runtime/mgc0.c
diff options
context:
space:
mode:
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2011-12-12 23:40:51 +0000
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2011-12-12 23:40:51 +0000
commit46bc1fe2f5a3c7ee4273b99d700fecf1555f64e0 (patch)
tree0c68629fac9d7c6f103b401c9063ef00ed259f06 /libgo/runtime/mgc0.c
parentdc15d51eb56c0efe84bf82b02ac2ba9a231ce69b (diff)
downloadppe42-gcc-46bc1fe2f5a3c7ee4273b99d700fecf1555f64e0.tar.gz
ppe42-gcc-46bc1fe2f5a3c7ee4273b99d700fecf1555f64e0.zip
libgo: Update to weekly.2011-11-18.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182266 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgo/runtime/mgc0.c')
-rw-r--r--libgo/runtime/mgc0.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgo/runtime/mgc0.c b/libgo/runtime/mgc0.c
index 0f1cb49e40f..c4ab1454c5b 100644
--- a/libgo/runtime/mgc0.c
+++ b/libgo/runtime/mgc0.c
@@ -741,6 +741,7 @@ mark(void (*scan)(byte*, int64))
scan((byte*)&runtime_allg, sizeof runtime_allg);
scan((byte*)&runtime_allm, sizeof runtime_allm);
runtime_MProf_Mark(scan);
+ runtime_time_scan(scan);
// mark stacks
for(gp=runtime_allg; gp!=nil; gp=gp->alllink) {
OpenPOWER on IntegriCloud