comparison compile/a/asm_01_J.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
20 asm { 20 asm {
21 } 21 }
22 } 22 }
23 } 23 }
24 }else{ 24 }else{
25 pragma(msg, "DSTRESS{XPASS}: no inline ASM support"); 25 pragma(msg, "DSTRESS{XFAIL}: no inline ASM support");
26 static assert(0); 26 static assert(0);
27 } 27 }