comparison tests/mini/asm4.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 693d681c846c
comparison
equal deleted inserted replaced
743:720ec515c300 744:ef5f75ae6895
16 L2:; 16 L2:;
17 jmp L1; 17 jmp L1;
18 L3:; 18 L3:;
19 push fmt; 19 push fmt;
20 call printf; 20 call printf;
21 pop AX; 21 pop EAX;
22 } 22 }
23 } 23 }
24 else version(LLVM_InlineAsm_X86_64) 24 else version(LLVM_InlineAsm_X86_64)
25 { 25 {
26 asm 26 asm