mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-14 11:09:41 +02:00
* enabled null pointer load checking for AIX/ppc64
git-svn-id: trunk@21051 -
This commit is contained in:
parent
cec20e1c34
commit
b33b744f78
@ -594,6 +594,8 @@ var
|
||||
ref2: treference;
|
||||
tmpreg: tregister;
|
||||
begin
|
||||
if target_info.system=system_powerpc64_aix then
|
||||
g_load_check_simple(list,ref,65536);
|
||||
{$IFDEF EXTDEBUG}
|
||||
list.concat(tai_comment.create(strpnew('a_load_ref_reg ' + ref2string(ref))));
|
||||
{$ENDIF EXTDEBUG}
|
||||
|
Loading…
Reference in New Issue
Block a user