From 156fc666c85ac839471762c0fd683a2e3dce0102 Mon Sep 17 00:00:00 2001 From: florian Date: Wed, 24 Jul 2002 14:38:00 +0000 Subject: [PATCH] * small typo fixed, compiles with 1.0.x again --- compiler/powerpc/nppccnv.pas | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/compiler/powerpc/nppccnv.pas b/compiler/powerpc/nppccnv.pas index 9c7e5ce117..ae547afd91 100644 --- a/compiler/powerpc/nppccnv.pas +++ b/compiler/powerpc/nppccnv.pas @@ -128,7 +128,7 @@ implementation { the "and" is because 1.0.x will sign-extend the $80000000 to } { $ffffffff80000000 when converting it to int64 (JM) } dummy1 := int64($80000000) and (int64($43300000) shl 32); - dymmy2 := int64($43300000) shl 32; + dummy2 := int64($43300000) shl 32; {$endif VER1_0} valuereg_is_scratch := false; @@ -384,7 +384,10 @@ begin end. { $Log$ - Revision 1.15 2002-07-21 16:57:22 jonas + Revision 1.16 2002-07-24 14:38:00 florian + * small typo fixed, compiles with 1.0.x again + + Revision 1.15 2002/07/21 16:57:22 jonas * hopefully final fix for second_int_to_real() Revision 1.14 2002/07/20 11:58:05 florian