Browse Source

* uncommented shortstring compare, buggy

florian 22 years ago
parent
commit
04f686649b
1 changed files with 6 additions and 2 deletions
  1. 6 2
      rtl/powerpc/powerpc.inc

+ 6 - 2
rtl/powerpc/powerpc.inc

@@ -721,7 +721,7 @@ LShortStrConcatDone:
 end ['R3','R4','R8','R9','R10','CTR'];
 end ['R3','R4','R8','R9','R10','CTR'];
 *)
 *)
 
 
-
+(*
 {$define FPC_SYSTEM_HAS_FPC_SHORTSTR_COMPARE}
 {$define FPC_SYSTEM_HAS_FPC_SHORTSTR_COMPARE}
 function fpc_shortstr_compare(const dstr,sstr:shortstring): longint; [public,alias:'FPC_SHORTSTR_COMPARE']; compilerproc;
 function fpc_shortstr_compare(const dstr,sstr:shortstring): longint; [public,alias:'FPC_SHORTSTR_COMPARE']; compilerproc;
 assembler;
 assembler;
@@ -779,6 +779,7 @@ LShortStrCompareLen:
       mr.     r3,r3
       mr.     r3,r3
 LShortStrCompareDone:
 LShortStrCompareDone:
 end ['R0','R3','R4','R5','R6','R7','R8','R9','R10','CR0','CR1','CTR'];
 end ['R0','R3','R4','R5','R6','R7','R8','R9','R10','CR0','CR1','CTR'];
+*)
 
 
 {$define FPC_SYSTEM_HAS_FPC_PCHAR_TO_SHORTSTR}
 {$define FPC_SYSTEM_HAS_FPC_PCHAR_TO_SHORTSTR}
 function fpc_pchar_to_shortstr(p:pchar):shortstring;[public,alias:'FPC_PCHAR_TO_SHORTSTR']; compilerproc;
 function fpc_pchar_to_shortstr(p:pchar):shortstring;[public,alias:'FPC_PCHAR_TO_SHORTSTR']; compilerproc;
@@ -896,7 +897,10 @@ end ['R3','R10'];
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.43  2003-05-12 19:39:33  jonas
+  Revision 1.44  2003-05-13 20:39:26  florian
+    * uncommented shortstring compare, buggy
+
+  Revision 1.43  2003/05/12 19:39:33  jonas
     * fixed final fillchar error (tfillchr passes now)
     * fixed final fillchar error (tfillchr passes now)
 
 
   Revision 1.42  2003/05/12 19:00:50  jonas
   Revision 1.42  2003/05/12 19:00:50  jonas