diff nocompile/a/asm_movq_02_U.d @ 1393:9216c4646e94

div. inline asm fixes
author thomask
date Thu, 08 Mar 2007 16:21:38 +0000
parents e6887749b811
children
line wrap: on
line diff
--- a/nocompile/a/asm_movq_02_U.d	Thu Mar 08 16:21:09 2007 +0000
+++ b/nocompile/a/asm_movq_02_U.d	Thu Mar 08 16:21:38 2007 +0000
@@ -29,6 +29,6 @@
 		}
 	}
 }else{
-	pragma(msg, "DSTRESS{XFAIL}: no inline ASM support");
+	pragma(msg, "DSTRESS{XFAIL}: no inline x86 asm support");
 	static assert(0);
 }