From bc22a3bc845424b380666bf626f44e60489ed320 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 10 Oct 2006 00:39:45 +0000 Subject: [PATCH] finalized structures I think --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40109 --- sourcepawn/include/sp_vm_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sourcepawn/include/sp_vm_types.h b/sourcepawn/include/sp_vm_types.h index 94cce17a..c0bfb5cb 100644 --- a/sourcepawn/include/sp_vm_types.h +++ b/sourcepawn/include/sp_vm_types.h @@ -18,7 +18,7 @@ typedef int32_t cell_t; #define SP_ERR_NOT_FOUND 6 /* The object in question was not found */ #define SP_ERR_INDEX 7 /* Invalid index parameter */ #define SP_ERR_NATIVE_PENDING 8 /* A script tried to exec an unbound native */ -#define SP_ERR_STACKERR 9 /* Stack/Heap collision */ +#define SP_ERR_STACKLOW 9 /* Nnot enough space left on the stack */ #define SP_ERR_NOTDEBUGGING 10 /* Debug mode was not on or debug section not found */ #define SP_ERR_INVALID_INSTRUCTION 11 /* Invalid instruction was encountered */ #define SP_ERR_MEMACCESS 12 /* Invalid memory access */