Kaynağa Gözat

* added SW suffix

git-svn-id: trunk@29833 -
Jonas Maebe 10 yıl önce
ebeveyn
işleme
76d779b648
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  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