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

+ support for R_SUBMMX and R_SUBMMY in generic_regname()

git-svn-id: trunk@25225 -
Jonas Maebe пре 12 година
родитељ
комит
2ba22f666e
1 измењених фајлова са 4 додато и 0 уклоњено
  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;