mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-19 23:09:44 +01:00
+ Enable "absolute $location" for GBA
git-svn-id: trunk@3904 -
This commit is contained in:
parent
41c762a08d
commit
34d33a1c81
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user