added new tracker opcodes

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40135
This commit is contained in:
Borja Ferrer
2006-11-02 20:23:14 +00:00
parent a10aabaeda
commit 5b9ba35f0f
7 changed files with 168 additions and 34 deletions
+1
View File
@@ -30,6 +30,7 @@ typedef int32_t cell_t;
#define SP_ERROR_STACKLEAK 18 /* A native leaked an item on the stack */
#define SP_ERROR_HEAPLEAK 19 /* A native leaked an item on the heap */
#define SP_ERROR_ARRAY_TOO_BIG 20 /* A dynamic array is too big */
#define SP_ERROR_TRACKER_BOUNDS 21 /* Tracker stack is out of bounds */
/**********************************************
*** The following structures are reference structures.