diff runtime/object.h @ 71:c40c3d399133

Add Int32@String and Get Char. Fix stack bug
author Mike Pavone <pavone@retrodev.com>
date Fri, 18 Jun 2010 15:07:09 -0400
parents d4b44ae2e34a
children 3c4325e6298f
line wrap: on
line diff
--- a/runtime/object.h	Wed Jun 16 04:36:53 2010 +0000
+++ b/runtime/object.h	Fri Jun 18 15:07:09 2010 -0400
@@ -44,6 +44,7 @@
 #pragma pack(push,1)
 struct calldata {
 	struct calldata	*lastframe;
+	void            *vars;
 	uint32_t 		func;
 	uint16_t 		num_params;
 	uint16_t		callspace;