Implemented effective address compilation.
This commit is contained in:
parent
ee3f9210dc
commit
94fea237b4
13 changed files with 978 additions and 133 deletions
|
|
@ -20,8 +20,6 @@ int codegen_host_reg_list[CODEGEN_HOST_REGS] =
|
|||
REG_R4,
|
||||
REG_R5,
|
||||
REG_R6,
|
||||
// REG_X22,
|
||||
// REG_X23
|
||||
};
|
||||
|
||||
void codegen_backend_init()
|
||||
|
|
|
|||
Loading…
Reference in a new issue