浏览代码

+ 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';
             result:=result+'ms';
           R_SUBMMWHOLE:
           R_SUBMMWHOLE:
             result:=result+'ma';
             result:=result+'ma';
+          R_SUBMMX:
+            result:=result+'mx';
+          R_SUBMMY:
+            result:=result+'my';
           else
           else
             internalerror(200308252);
             internalerror(200308252);
         end;
         end;