소스 검색

* limit test to armv7m

git-svn-id: trunk@23277 -
florian 12 년 전
부모
커밋
1da7dc513c
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      tests/webtbs/tw18334.pp

+ 3 - 0
tests/webtbs/tw18334.pp

@@ -3,11 +3,14 @@
 
 procedure test; assembler;
   asm
+(* not sure which CPUs really support it (FK) *)
+{$ifdef CPU_ARMV7M}
     cps #0
     cpsie aif, #0
     cpsid aif, #0
     cpsie aif
     cpsid aif
+{$endif CPU_ARMV7M}
   end;
 
 begin