summaryrefslogtreecommitdiff
path: root/compiler/systems/t_msdos.pas
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/systems/t_msdos.pas')
-rw-r--r--compiler/systems/t_msdos.pas6
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler/systems/t_msdos.pas b/compiler/systems/t_msdos.pas
index 2824527817..4afe086667 100644
--- a/compiler/systems/t_msdos.pas
+++ b/compiler/systems/t_msdos.pas
@@ -332,11 +332,11 @@ end;
initialization
{$if defined(USE_LINKER_TLINK)}
- RegisterExternalLinker(system_i8086_msdos_info,TExternalLinkerMsDosTLink);
+ RegisterLinker(ld_msdos,TExternalLinkerMsDosTLink);
{$elseif defined(USE_LINKER_ALINK)}
- RegisterExternalLinker(system_i8086_msdos_info,TExternalLinkerMsDosALink);
+ RegisterLinker(ld_msdos,TExternalLinkerMsDosALink);
{$elseif defined(USE_LINKER_WLINK)}
- RegisterExternalLinker(system_i8086_msdos_info,TExternalLinkerMsDosWLink);
+ RegisterLinker(ld_msdos,TExternalLinkerMsDosWLink);
{$else}
{$fatal no linker defined}
{$endif}