瀏覽代碼

* added SW suffix

git-svn-id: trunk@29833 -
Jonas Maebe 10 年之前
父節點
當前提交
76d779b648
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      compiler/aarch64/cpubase.pas

+ 3 - 3
compiler/aarch64/cpubase.pas

@@ -128,8 +128,8 @@ unit cpubase;
       TOpPostfix = (PF_None,
         { update condition flags }
         PF_S,
-        { load/store }
-        PF_B,PF_SB,PF_H,PF_SH
+        { load/store sizes }
+        PF_B,PF_SB,PF_H,PF_SH,PF_SW
       );
 
       TOpPostfixes = set of TOpPostfix;
@@ -137,7 +137,7 @@ unit cpubase;
     const
       oppostfix2str : array[TOpPostfix] of string[2] = ('',
         's',
-        'b','sb','h','sh');
+        'b','sb','h','sh','sw');
 
 {*****************************************************************************
                                 Conditions