diff options
Diffstat (limited to 'backendC/CleanCompilerSources/instructions.c')
-rw-r--r-- | backendC/CleanCompilerSources/instructions.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backendC/CleanCompilerSources/instructions.c b/backendC/CleanCompilerSources/instructions.c index 1cf1c34..c2e8b9f 100644 --- a/backendC/CleanCompilerSources/instructions.c +++ b/backendC/CleanCompilerSources/instructions.c @@ -3965,8 +3965,8 @@ void GenSystemImports (void) GenImpLab (type_error_lab.lab_name); GenImpLab (hnf_lab.lab_name); - GenImpDesc ("_ind"); - GenImpLab_node_entry (indirection_lab.lab_name,"_eaind"); + GenImpDesc (ind_lab.lab_name); + GenImpLab_node_entry (indirection_lab.lab_name,"e_system_eaind"); GenImpDesc ("e_system_dif"); GenImpLab_node_entry ("e_system_nif","e_system_eaif"); GenImpLab ("e_system_sif"); |