Explorar o código

* Fixed executable size limit for wince.

git-svn-id: trunk@11482 -
yury %!s(int64=17) %!d(string=hai) anos
pai
achega
4cb3fef484
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      compiler/ogcoff.pas

+ 1 - 1
compiler/ogcoff.pas

@@ -1923,7 +1923,7 @@ const pemagic : array[0..3] of byte = (
           MaxMemPos:=$FFFFFFFF
           MaxMemPos:=$FFFFFFFF
         else
         else
           if target_info.system in system_wince then
           if target_info.system in system_wince then
-            MaxMemPos:=$1FFFFF
+            MaxMemPos:=$1FFFFFF
           else
           else
             MaxMemPos:=$7FFFFFFF;
             MaxMemPos:=$7FFFFFFF;
       end;
       end;