瀏覽代碼

* Fixed executable size limit for wince.

git-svn-id: trunk@11482 -
yury 17 年之前
父節點
當前提交
4cb3fef484
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      compiler/ogcoff.pas

+ 1 - 1
compiler/ogcoff.pas

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