diff runtime/object.h @ 163:9fab36cc706b

Add Raw Size method to blueprint to allow code to query the raw size of a type in bytes
author Mike Pavone <pavone@retrodev.com>
date Sun, 09 Jan 2011 23:03:30 -0500
parents a68e6828d896
children ba35ab624ec2
line wrap: on
line diff
--- a/runtime/object.h	Sun Jan 09 22:51:10 2011 -0500
+++ b/runtime/object.h	Sun Jan 09 23:03:30 2011 -0500
@@ -27,8 +27,8 @@
 	uint32_t       last_convertto;
 	uint32_t       first_convertfrom;
 	uint32_t       last_convertfrom;
-	int32_t       size;
-	int32_t       boxed_size;
+	int32_t        size;
+	int32_t        boxed_size;
 } blueprint;
 
 struct object {