소스 검색

+ (negative) test for cmov/j/set without condition

florian 2 년 전
부모
커밋
7917cbed22
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      tests/tbf/tb0296.pp

+ 8 - 0
tests/tbf/tb0296.pp

@@ -0,0 +1,8 @@
+{ %cpu=i386,x86_64}
+{ %fail }
+
+begin
+  asm
+    cmov %eax,%ebx
+  end;
+end.