瀏覽代碼

+ (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.