mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-17 16:11:15 +02:00
* another ugly hack
This commit is contained in:
parent
4a1ecb07d1
commit
2594bcce67
@ -3,7 +3,7 @@
|
||||
{ Submitted by "Marco" on 2003-09-06 }
|
||||
{ e-mail: marco+bugs@freepascal.org }
|
||||
|
||||
{$MODE DELPHI} {$ASMMODE INTEL}
|
||||
{$ifdef fpc}{$MODE DELPHI} {$ASMMODE INTEL} {$endif}
|
||||
|
||||
type
|
||||
TFloatingPointClass =
|
||||
@ -30,4 +30,5 @@ const
|
||||
asm
|
||||
MOVZX EAX, TFloatingPointClass(FPClasses[EDX])
|
||||
MOVZX EAX, TFloatingPointClass([ECX].FPClasses[EDX])
|
||||
MOVZX EAX, TFloatingPointClass([ECX].1[EDX])
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user