Przeglądaj źródła

* fixed test tasm12c.pp (uses asmmode intel, not att)

git-svn-id: trunk@37457 -
nickysn 8 lat temu
rodzic
commit
4a8aec26bf
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      tests/test/tasm12c.pp

+ 1 - 1
tests/test/tasm12c.pp

@@ -1,7 +1,7 @@
 { %CPU=i8086 }
 { %NORUN }
 
-{$asmmode att}
+{$asmmode intel}
 {$asmcpu 80386}
 
 begin