new error code

updated reader for new section
added 2 new functs to VM API

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%4052
This commit is contained in:
Borja Ferrer
2006-08-01 23:40:32 +00:00
parent c23a23fb34
commit 3696dade01
3 changed files with 34 additions and 21 deletions
+1
View File
@@ -16,6 +16,7 @@ typedef int32_t cell_t;
#define SP_ERR_PARAM 4 /* Invalid parameter */
#define SP_ERR_INVALID_ADDRESS 5 /* A memory address was not valid */
#define SP_ERR_NOT_FOUND 6 /* The object in question was not found */
#define SP_ERR_INDEX 7 /* Invalid index parameter */
/**********************************************
*** The following structures are reference structures.