mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-27 16:30:41 +02:00
* use asw for win32 target
This commit is contained in:
parent
998c523e3b
commit
ba96de0b1a
@ -1,6 +1,10 @@
|
||||
{ %CPU=i386 }
|
||||
{ testfdiv variant with GNU AS output forced }
|
||||
{$ifdef win32}
|
||||
{$output_format asw}
|
||||
{$else}
|
||||
{$output_format as}
|
||||
{$endif win32}
|
||||
{ This test program deals with the
|
||||
the delicate problem of
|
||||
non commutative FPU instruction
|
||||
|
Loading…
Reference in New Issue
Block a user