summaryrefslogtreecommitdiff
path: root/compiler/systems/t_go32v2.pas
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/systems/t_go32v2.pas')
-rw-r--r--compiler/systems/t_go32v2.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/systems/t_go32v2.pas b/compiler/systems/t_go32v2.pas
index e50535869e..f443ec3c59 100644
--- a/compiler/systems/t_go32v2.pas
+++ b/compiler/systems/t_go32v2.pas
@@ -511,7 +511,7 @@ end;
*****************************************************************************}
initialization
- RegisterExternalLinker(system_i386_go32v2_info,TExternalLinkerGo32v2);
- RegisterInternalLinker(system_i386_go32v2_info,TInternalLinkerGo32v2);
+ RegisterLinker(ld_go32v2,TExternalLinkerGo32v2);
+ RegisterLinker(ld_int_go32v2,TInternalLinkerGo32v2);
RegisterTarget(system_i386_go32v2_info);
end.