comparison compile/a/asm_01_A.d @ 1396:35d813a29e8f

div. inline asm fixes
author thomask
date Thu, 08 Mar 2007 16:23:28 +0000
parents daef239f37cf
children
comparison
equal deleted inserted replaced
1395:251a3e0d98f7 1396:35d813a29e8f
26 } 26 }
27 goto label; 27 goto label;
28 } 28 }
29 } 29 }
30 }else{ 30 }else{
31 pragma(msg, "DSTRESS{XPASS}: no inline ASM support"); 31 pragma(msg, "DSTRESS{XFAIL}: no inline ASM support");
32 static assert(0); 32 static assert(0);
33 } 33 }