* enabled null pointer load checking for AIX/ppc64

git-svn-id: trunk@21051 -
This commit is contained in:
Jonas Maebe 2012-04-25 20:28:23 +00:00
parent cec20e1c34
commit b33b744f78

View File

@ -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}