summaryrefslogtreecommitdiffstats
path: root/libgo/runtime/malloc.h
diff options
context:
space:
mode:
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2012-02-09 08:19:58 +0000
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>2012-02-09 08:19:58 +0000
commit2da6f72bb78de6e6ca3d387d970cb21bf36684be (patch)
tree7ca86535c5a6b99d4cc432ba5cfddabc5ee4ea16 /libgo/runtime/malloc.h
parent98ea39f2b59cc0a4a0a32b095e8f0faa84fd7882 (diff)
downloadppe42-gcc-2da6f72bb78de6e6ca3d387d970cb21bf36684be.tar.gz
ppe42-gcc-2da6f72bb78de6e6ca3d387d970cb21bf36684be.zip
libgo: Update to weekly.2012-02-07.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@184034 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgo/runtime/malloc.h')
-rw-r--r--libgo/runtime/malloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/runtime/malloc.h b/libgo/runtime/malloc.h
index aa7d9ff3ae2..c1cf02c6deb 100644
--- a/libgo/runtime/malloc.h
+++ b/libgo/runtime/malloc.h
@@ -235,7 +235,7 @@ struct MStats
};
extern MStats mstats
- __asm__ ("libgo_runtime.runtime.MemStats");
+ __asm__ ("libgo_runtime.runtime.VmemStats");
// Size classes. Computed and initialized by InitSizes.
OpenPOWER on IntegriCloud