changeset 1523:8a8d5cb8775c

fixed X86_64 issue
author thomask
date Fri, 27 Apr 2007 17:26:33 +0000
parents 31d658aa7480
children b5f3f03b37ad
files run/a/asm_movd_05_K.d
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/run/a/asm_movd_05_K.d	Fri Apr 27 17:25:29 2007 +0000
+++ b/run/a/asm_movd_05_K.d	Fri Apr 27 17:26:33 2007 +0000
@@ -33,7 +33,6 @@
 bug:
 		assert(0);
 	}else{
-		pragma(msg, "DSTRESS{XFAIL}: no inline asm support");
-		return 0;
+		static assert(0, "DSTRESS{XFAIL}: no inline X86 asm support");
 	}
 }