소스 검색

+ Enable "absolute $location" for GBA

git-svn-id: trunk@3904 -
daniel 19 년 전
부모
커밋
34d33a1c81
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      compiler/pdecvar.pas

+ 3 - 1
compiler/pdecvar.pas

@@ -771,7 +771,9 @@ implementation
                 { address }
                 else if is_constintnode(pt) and
                         ((target_info.system in [system_i386_go32v2,system_i386_watcom,
-                                                 system_i386_wdosx,system_i386_win32,system_arm_wince,system_i386_wince]) or
+                                                 system_i386_wdosx,system_i386_win32,
+                                                 system_arm_wince,system_i386_wince,
+                                                 system_arm_gba]) or
                          (m_objfpc in aktmodeswitches) or
                          (m_delphi in aktmodeswitches)) then
                  begin