소스 검색

* 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;