Prechádzať zdrojové kódy

+ support for R_SUBMMX and R_SUBMMY in generic_regname()

git-svn-id: trunk@25225 -
Jonas Maebe 12 rokov pred
rodič
commit
2ba22f666e
1 zmenil súbory, kde vykonal 4 pridanie a 0 odobranie
  1. 4 0
      compiler/cgbase.pas

+ 4 - 0
compiler/cgbase.pas

@@ -624,6 +624,10 @@ implementation
             result:=result+'ms';
           R_SUBMMWHOLE:
             result:=result+'ma';
+          R_SUBMMX:
+            result:=result+'mx';
+          R_SUBMMY:
+            result:=result+'my';
           else
             internalerror(200308252);
         end;