From c430df4732b23f3f8996a3f578e4389d1c03d6fe Mon Sep 17 00:00:00 2001 From: carl Date: Wed, 5 Feb 2003 19:53:17 +0000 Subject: [PATCH] * round bugfix with -Or switch --- rtl/i386/math.inc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rtl/i386/math.inc b/rtl/i386/math.inc index ca6422d4d3..518416fe11 100644 --- a/rtl/i386/math.inc +++ b/rtl/i386/math.inc @@ -167,7 +167,7 @@ movl res,%eax movl res+4,%edx fldcw oldcw - end ['EAX','ECX']; + end ['EAX','EDX']; {$define FPC_SYSTEM_HAS_POWER} @@ -192,7 +192,10 @@ { $Log$ - Revision 1.12 2003-01-15 00:45:17 peter + Revision 1.13 2003-02-05 19:53:17 carl + * round bugfix with -Or switch + + Revision 1.12 2003/01/15 00:45:17 peter * use generic int64 power Revision 1.11 2003/01/15 00:40:18 peter