Explorar o código

* Add one more call to get_alias

git-svn-id: trunk@5000 -
daniel %!s(int64=19) %!d(string=hai) anos
pai
achega
3125ed73cf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;