comparison tests/mini/callingconv1.d @ 1448:e92e14690a4f

change mingw32 versioning to version(Windows)
author Kelly Wilson <wilsonk cpsc.ucalgary.ca>
date Sun, 31 May 2009 11:20:26 -0600
parents a400b1dd657f
children
comparison
equal deleted inserted replaced
1447:a400b1dd657f 1448:e92e14690a4f
13 float b = 2.5; 13 float b = 2.5;
14 float c; 14 float c;
15 15
16 version(D_InlineAsm_X86) 16 version(D_InlineAsm_X86)
17 { 17 {
18 version(mingw32) 18 version(Windows)
19 { 19 {
20 asm 20 asm
21 { 21 {
22 movss XMM0, [a]; 22 movss XMM0, [a];
23 movss XMM1, [b]; 23 movss XMM1, [b];