瀏覽代碼

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

git-svn-id: trunk@37457 -
nickysn 8 年之前
父節點
當前提交
4a8aec26bf
共有 1 個文件被更改,包括 1 次插入1 次删除
  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