Browse Source

* fixes arm

git-svn-id: trunk@40350 -
florian 6 years ago
parent
commit
ccb8e86560
1 changed files with 3 additions and 0 deletions
  1. 3 0
      compiler/rgobj.pas

+ 3 - 0
compiler/rgobj.pas

@@ -1840,6 +1840,9 @@ unit rgobj;
         p : tai;
         p : tai;
         i : integer;
         i : integer;
         supreg, u: tsuperregister;
         supreg, u: tsuperregister;
+{$ifdef arm}
+        so: pshifterop;
+{$endif arm}
       begin
       begin
         { All allocations are available. Now we can generate the
         { All allocations are available. Now we can generate the
           interference graph. Walk through all instructions, we can
           interference graph. Walk through all instructions, we can