* fixed rdi register name in error message

git-svn-id: trunk@37474 -
This commit is contained in:
nickysn 2017-10-16 16:14:18 +00:00
parent cece021bd1
commit 353efcb163

View File

@ -960,7 +960,7 @@ Implementation
{$elseif defined(i386)}
Message1(asmr_w_invalid_reference,'(%edi)');
{$elseif defined(x86_64)}
Message1(asmr_w_invalid_reference,'(%edi)');
Message1(asmr_w_invalid_reference,'(%rdi)');
{$endif}
end;
end;