Browse Source

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

git-svn-id: trunk@37457 -
nickysn 7 years ago
parent
commit
4a8aec26bf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/test/tasm12c.pp

+ 1 - 1
tests/test/tasm12c.pp

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