Add register parameter to AM stack operations
This commit is contained in:
@@ -29,8 +29,8 @@ typedef struct am {
|
||||
} am_t;
|
||||
|
||||
void am_init(am_t *am);
|
||||
void am_push(am_t *am);
|
||||
void am_pop(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);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user