summaryrefslogtreecommitdiff
path: root/simple-reg.h
diff options
context:
space:
mode:
Diffstat (limited to 'simple-reg.h')
-rw-r--r--simple-reg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/simple-reg.h b/simple-reg.h
index 768c10b..24389d1 100644
--- a/simple-reg.h
+++ b/simple-reg.h
@@ -27,7 +27,7 @@ struct reg_info_t
struct reg_alloc_t
{
reg_alloc_t *parent;
- asm_t *as;
+ fragment_t *as;
reg_info_t info[MAX_REGISTERS];
int n_registers;
@@ -45,7 +45,7 @@ struct reg_alloc_t
*/
void
reg_alloc_init (reg_alloc_t *reg_alloc,
- asm_t *as,
+ fragment_t *as,
int n_registers, const op_t *registers, int register_size,
reg_alloc_t *parent,
int n_preserved, ...);