diff runtime/object.h @ 116:60906f8803ef

Improved profiling
author Mike Pavone <pavone@retrodev.com>
date Wed, 13 Oct 2010 02:51:56 -0400
parents 43cc42df26cc
children a68e6828d896
line wrap: on
line diff
--- a/runtime/object.h	Wed Oct 13 01:18:53 2010 +0000
+++ b/runtime/object.h	Wed Oct 13 02:51:56 2010 -0400
@@ -50,6 +50,7 @@
 	uint64_t        accum;
 	uint64_t        self_start;
 	uint64_t        self_accum;
+	uint64_t        *myactivationlevel;
 #endif
 	uint32_t        func;
 	uint16_t        num_params;