소스 검색

* values on stack is i386 only

peter 21 년 전
부모
커밋
e57e863447
3개의 변경된 파일9개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 0
      tests/test/cg/cdecl/taoc4.pp
  2. 3 0
      tests/test/cg/cdecl/taoc5.pp
  3. 3 1
      tests/test/cg/cdecl/taoc6.pp

+ 3 - 0
tests/test/cg/cdecl/taoc4.pp

@@ -1,3 +1,6 @@
+{ %cpu=i386 }
+
+{ This test expects values on the stack, which is i386 only }
 
 { fourth simple array of const test }
 

+ 3 - 0
tests/test/cg/cdecl/taoc5.pp

@@ -1,3 +1,6 @@
+{ %cpu=i386 }
+
+{ This test expects values on the stack, which is i386 only }
 
 { fifth simple array of const test }
 

+ 3 - 1
tests/test/cg/cdecl/taoc6.pp

@@ -1,4 +1,6 @@
-{ %SKIPTARGET=macos Crashes when assembling, linking or running}
+{ %cpu=i386 }
+
+{ This test expects values on the stack, which is i386 only }
 
 { sixth simple array of const test
   for int64 values }