Преглед изворни кода

* fixed rdi register name in error message

git-svn-id: trunk@37474 -
nickysn пре 7 година
родитељ
комит
353efcb163
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      compiler/x86/rax86att.pas

+ 1 - 1
compiler/x86/rax86att.pas

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