comparison nocompile/a/asm_fstcw_02_A.d @ 1394:25f3e72bf814

div. inline asm fixes
author thomask
date Thu, 08 Mar 2007 16:21:59 +0000
parents 7b2c5a101190
children a62d2a1c5f14
comparison
equal deleted inserted replaced
1393:9216c4646e94 1394:25f3e72bf814
5 // __DSTRESS_ELINE__ 15 5 // __DSTRESS_ELINE__ 15
6 6
7 module dstress.nocompile.a.asm_fstcw_02_A; 7 module dstress.nocompile.a.asm_fstcw_02_A;
8 8
9 void main(){ 9 void main(){
10 version(D_InlineAsm){ 10 version(D_InlineAsm_X86){
11 11
12 byte b; 12 byte b;
13 13
14 asm{ 14 asm{
15 fstcw b; 15 fstcw b;