Selaa lähdekoodia

* fix range check error after previous commit

peter 22 vuotta sitten
vanhempi
commit
29a382388e
1 muutettua tiedostoa jossa 5 lisäystä ja 2 poistoa
  1. 5 2
      compiler/ogcoff.pas

+ 5 - 2
compiler/ogcoff.pas

@@ -804,8 +804,8 @@ const go32v2stub : array[0..2047] of byte=(
         filename  : string[18];
         filename  : string[18];
         sec       : TSection;
         sec       : TSection;
         namestr   : string[8];
         namestr   : string[8];
-        nameidx   : longint;
         value,
         value,
+        nameidx   : longint;
         sectionval,
         sectionval,
         globalval : byte;
         globalval : byte;
         secrec    : coffsectionrec;
         secrec    : coffsectionrec;
@@ -1717,7 +1717,10 @@ initialization
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.26  2003-04-22 14:33:38  peter
+  Revision 1.27  2003-04-23 11:37:15  peter
+    * fix range check error after previous commit
+
+  Revision 1.26  2003/04/22 14:33:38  peter
     * removed some notes/hints
     * removed some notes/hints
 
 
   Revision 1.25  2002/12/07 14:08:11  carl
   Revision 1.25  2002/12/07 14:08:11  carl