Przeglądaj źródła

* A_BI changed to A_BL

mazen 22 lat temu
rodzic
commit
a75a96c9b3
1 zmienionych plików z 5 dodań i 2 usunięć
  1. 5 2
      compiler/sparc/aasmcpu.pas

+ 5 - 2
compiler/sparc/aasmcpu.pas

@@ -365,7 +365,7 @@ end;
 procedure TAiCpu.SetCondition(const c:TAsmCond);
 procedure TAiCpu.SetCondition(const c:TAsmCond);
   const
   const
     AsmCond2OpCode:array[TAsmCond]of TAsmOp=
     AsmCond2OpCode:array[TAsmCond]of TAsmOp=
-      (A_BN,A_BNE,A_BE,A_BG,A_BLE,A_BGE,A_BI,A_BGU,A_BLEU,A_BCC,
+      (A_BN,A_BNE,A_BE,A_BG,A_BLE,A_BGE,A_BL,A_BGU,A_BLEU,A_BCC,
 A_BCS,A_BPOS,A_NEG,A_BVC,A_BVS,A_BA,A_BNE,A_NONE,A_NONE,A_NONE,A_NONE,A_NONE,A_NONE,A_NONE,A_NONE,A_NONE,A_NONE,A_NONE,A_NONE,A_NONE,A_NONE);
 A_BCS,A_BPOS,A_NEG,A_BVC,A_BVS,A_BA,A_BNE,A_NONE,A_NONE,A_NONE,A_NONE,A_NONE,A_NONE,A_NONE,A_NONE,A_NONE,A_NONE,A_NONE,A_NONE,A_NONE,A_NONE);
   begin
   begin
     inherited SetCondition(c);
     inherited SetCondition(c);
@@ -698,7 +698,10 @@ procedure InitAsm;
 end.
 end.
 {
 {
     $Log$
     $Log$
-    Revision 1.22  2003-05-06 15:00:36  mazen
+    Revision 1.23  2003-05-06 20:27:43  mazen
+    * A_BI changed to A_BL
+
+    Revision 1.22  2003/05/06 15:00:36  mazen
     - non used code removed to bring up with powerpc changes
     - non used code removed to bring up with powerpc changes
 
 
     Revision 1.21  2003/04/29 11:06:15  mazen
     Revision 1.21  2003/04/29 11:06:15  mazen