mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-16 12:53:14 +01:00
Fix minitest breakage from the x86-64 patch.
This commit is contained in:
@@ -12,7 +12,7 @@ void main()
|
||||
{
|
||||
push fmt;
|
||||
call printf;
|
||||
pop AX;
|
||||
pop EAX;
|
||||
}
|
||||
}
|
||||
else version(LLVM_InlineAsm_X86_64)
|
||||
|
||||
@@ -18,7 +18,7 @@ void main()
|
||||
L3:;
|
||||
push fmt;
|
||||
call printf;
|
||||
pop AX;
|
||||
pop EAX;
|
||||
}
|
||||
}
|
||||
else version(LLVM_InlineAsm_X86_64)
|
||||
|
||||
Reference in New Issue
Block a user