Explorar o código

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

git-svn-id: trunk@30681 -
nickysn %!s(int64=10) %!d(string=hai) anos
pai
achega
030801a18b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;