Browse Source

* switch the msdos target to the internal assembler/omf object writer

git-svn-id: trunk@30681 -
nickysn 10 years ago
parent
commit
030801a18b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/systems/i_msdos.pas

+ 1 - 1
compiler/systems/i_msdos.pas

@@ -69,7 +69,7 @@ unit i_msdos;
             Cprefix      : '_';
             newline      : #13#10;
             dirsep       : '\';
-            assem        : as_i8086_nasmobj;
+            assem        : as_i8086_omf;
             assemextern  : as_i8086_nasmobj;
             link         : ld_none;
             linkextern   : ld_msdos;