Add store into abstract machine struct
This commit is contained in:
@@ -10,7 +10,9 @@ typedef struct store {
|
||||
expr_t buffer[STORE_SIZE];
|
||||
} store_t;
|
||||
|
||||
void store_init(store_t *store);
|
||||
expr_t *store_alloc(store_t *store);
|
||||
struct am;
|
||||
|
||||
void store_init(struct am *am);
|
||||
expr_t *store_alloc(struct am *am);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user