فهرست منبع

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

git-svn-id: trunk@37457 -
nickysn 7 سال پیش
والد
کامیت
4a8aec26bf
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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