Add store into abstract machine struct
This commit is contained in:
@@ -3,8 +3,7 @@
|
||||
|
||||
#include "am.h"
|
||||
#include "expr.h"
|
||||
#include "store.h"
|
||||
|
||||
void prim_load(am_t *am, store_t *store);
|
||||
void prim_load(am_t *am);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user