Fix minitest breakage from the x86-64 patch.

This commit is contained in:
Christian Kamm
2008-11-01 14:41:57 +01:00
parent 9fcc2d85a2
commit ba754255d9
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ void main()
{
push fmt;
call printf;
pop AX;
pop EAX;
}
}
else version(LLVM_InlineAsm_X86_64)

View File

@@ -18,7 +18,7 @@ void main()
L3:;
push fmt;
call printf;
pop AX;
pop EAX;
}
}
else version(LLVM_InlineAsm_X86_64)