comparison tests/mini/asm3.d @ 744:ef5f75ae6895

Fix minitest breakage from the x86-64 patch.
author Christian Kamm <kamm incasoftware de>
date Sat, 01 Nov 2008 14:41:57 +0100
parents 4ac97ec7c18e
children 03d7c4aac654
comparison
equal deleted inserted replaced
743:720ec515c300 744:ef5f75ae6895
10 { 10 {
11 asm 11 asm
12 { 12 {
13 push fmt; 13 push fmt;
14 call printf; 14 call printf;
15 pop AX; 15 pop EAX;
16 } 16 }
17 } 17 }
18 else version(LLVM_InlineAsm_X86_64) 18 else version(LLVM_InlineAsm_X86_64)
19 { 19 {
20 asm 20 asm