Add register parameters to AM append operation
This commit is contained in:
@@ -31,6 +31,6 @@ typedef struct am {
|
||||
void am_init(am_t *am);
|
||||
void am_push(am_t *am, am_reg_t reg);
|
||||
void am_pop(am_t *am, am_reg_t reg);
|
||||
void am_append_arg(am_t *am);
|
||||
void am_append(am_t *am, am_reg_t list_reg, am_reg_t item_reg);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user