From 6e425a9de8c003b5a733621a6b6730ec3cc902b8 Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Sat, 23 Dec 2006 00:30:12 +0000 Subject: 20061220 --- include/interp.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/interp.h') diff --git a/include/interp.h b/include/interp.h index e0571de1..ab417ae5 100644 --- a/include/interp.h +++ b/include/interp.h @@ -300,12 +300,13 @@ struct Modlink Modl links[1]; }; +/* must be a multiple of 8 bytes */ struct Heap { int color; /* Allocation color */ ulong ref; Type* t; - ulong pad; /* ensure double alignment; also used for heap profiling */ + ulong hprof; /* heap profiling */ }; struct Atidle -- cgit v1.2.3