renamed Collection.st to Collect.st

This commit is contained in:
hyunghwan.chung
2016-05-18 14:53:20 +00:00
parent 38ccdbed9d
commit 04ccebe9b4
6 changed files with 43 additions and 8 deletions

View File

@ -90,6 +90,7 @@
#define LOAD_ACTIVE_SP(stix) LOAD_SP(stix, (stix)->processor->active)
#define STORE_ACTIVE_SP(stix) STORE_SP(stix, (stix)->processor->active)
/* TODO: stack bound check when pushing */
#define ACTIVE_STACK_PUSH(stix,v) \
do { \
(stix)->sp = (stix)->sp + 1; \