* another ugly hack

This commit is contained in:
peter 2003-10-23 15:39:52 +00:00
parent 4a1ecb07d1
commit 2594bcce67

View File

@ -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.