Browse Source

* Add one more call to get_alias

git-svn-id: trunk@5000 -
daniel 19 năm trước cách đây
mục cha
commit
3125ed73cf
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      compiler/x86/rgx86.pas

+ 1 - 1
compiler/x86/rgx86.pas

@@ -123,7 +123,7 @@ implementation
                 begin
                   if (oper[0]^.typ=top_reg) then
                     begin
-                      if getsupreg(oper[0]^.reg)<>orgreg then
+                      if get_alias(getsupreg(oper[0]^.reg))<>orgreg then
                         internalerror(200410101);
                       replaceoper:=0;
                     end;