summaryrefslogtreecommitdiff
path: root/include/interp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/interp.h')
-rw-r--r--include/interp.h3
1 files changed, 2 insertions, 1 deletions
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