From 9b9d30b0e925c9377f42e18b0cb2070c4c621002 Mon Sep 17 00:00:00 2001 From: peter Date: Wed, 12 Nov 2003 16:58:42 +0000 Subject: [PATCH] * fixed wrong initialization --- compiler/rabase.pas | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/compiler/rabase.pas b/compiler/rabase.pas index 4f02113be2..6108b407bd 100644 --- a/compiler/rabase.pas +++ b/compiler/rabase.pas @@ -96,8 +96,6 @@ unit rabase; var asmmode : tasmmode; -initialization - fillchar(asmmode,sizeof(asminfos),0); finalization for asmmode:=low(tasmmode) to high(tasmmode) do if assigned(asmmodeinfos[asmmode]) then @@ -108,7 +106,10 @@ finalization end. { $Log$ - Revision 1.1 2003-11-12 16:05:39 florian + Revision 1.2 2003-11-12 16:58:42 peter + * fixed wrong initialization + + Revision 1.1 2003/11/12 16:05:39 florian * assembler readers OOPed + typed currency constants + typed 128 bit float constants if the CPU supports it