2
0
Эх сурвалжийг харах

* fixed lowercase entry in uppercond2str

git-svn-id: trunk@29891 -
Jonas Maebe 10 жил өмнө
parent
commit
17bcd207af

+ 1 - 1
compiler/aarch64/cpubase.pas

@@ -165,7 +165,7 @@ unit cpubase;
       );
       );
 
 
       uppercond2str : array[TAsmCond] of string[2]=('',
       uppercond2str : array[TAsmCond] of string[2]=('',
-        'EQ','NE','hs','LO','MI','PL','VS','VC','HI','LS',
+        'EQ','NE','HS','LO','MI','PL','VS','VC','HI','LS',
         'GE','LT','GT','LE','AL','NV'
         'GE','LT','GT','LE','AL','NV'
       );
       );