Browse Source

* fixed wrong initialization

peter 22 năm trước cách đây
mục cha
commit
9b9d30b0e9
1 tập tin đã thay đổi với 4 bổ sung3 xóa
  1. 4 3
      compiler/rabase.pas

+ 4 - 3
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