comparison run/a/asm_movd_04_C.d @ 1409:9f4bc2c68ce5

div. inline asm fixes
author thomask
date Thu, 08 Mar 2007 16:33:34 +0000
parents 18208c74def0
children b8c0195059d9
comparison
equal deleted inserted replaced
1408:a4faf88df937 1409:9f4bc2c68ce5
31 31
32 return 0; 32 return 0;
33 bug: 33 bug:
34 assert(0); 34 assert(0);
35 }else{ 35 }else{
36 pragma(msg, "no X86 inline asm support"); 36 pragma(msg, "DSTRESS{XFAIL}: no inline asm support");
37 return 0; 37 return 0;
38 } 38 }
39 } 39 }