mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-26 00:23:14 +01:00
Fix test on x86-32.
This commit is contained in:
@@ -114,7 +114,7 @@ cfloat cf()
|
||||
{
|
||||
version(X86)
|
||||
{
|
||||
asm { fld1; flds two_f; }
|
||||
asm { fld1; fld two_f; }
|
||||
}
|
||||
else version (X86_64)
|
||||
{
|
||||
@@ -154,7 +154,7 @@ cfloat cf2()
|
||||
{
|
||||
naked;
|
||||
fld1;
|
||||
flds two_f;
|
||||
fld two_f;
|
||||
ret;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user