--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40107
This commit is contained in:
David Anderson 2006-10-06 17:05:07 +00:00
parent cfcb4d288b
commit fb9234eb86

View File

@ -190,6 +190,7 @@ namespace SourcePawn
*/ */
typedef int (*SPVM_DEBUGBREAK)(SourcePawn::IPluginContext *, uint32_t, uint32_t); typedef int (*SPVM_DEBUGBREAK)(SourcePawn::IPluginContext *, uint32_t, uint32_t);
#define SPFLAG_PLUGIN_DEBUG (1<<0) /* plugin is in debug mode */ #define SPFLAG_PLUGIN_DEBUG (1<<0) /* plugin is in debug mode */
/** /**
@ -214,8 +215,6 @@ typedef struct sp_context_s
uint8_t *data; /* data chunk */ uint8_t *data; /* data chunk */
cell_t heapbase; /* heap base */ cell_t heapbase; /* heap base */
/* execution specific data */ /* execution specific data */
cell_t pri; /* PRI register */
cell_t alt; /* ALT register */
cell_t hp; /* heap pointer */ cell_t hp; /* heap pointer */
cell_t sp; /* stack pointer */ cell_t sp; /* stack pointer */
cell_t frm; /* frame pointer */ cell_t frm; /* frame pointer */