Explorar el Código

* fixed lowercase entry in uppercond2str

git-svn-id: trunk@29891 -
Jonas Maebe hace 10 años
padre
commit
17bcd207af
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      compiler/aarch64/cpubase.pas

+ 1 - 1
compiler/aarch64/cpubase.pas

@@ -165,7 +165,7 @@ unit cpubase;
       );
 
       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'
       );