Browse Source

revert previous nops in strcmp as they are not needed here

Mike Frysinger 18 years ago
parent
commit
9183b8f792
1 changed files with 0 additions and 2 deletions
  1. 0 2
      libc/string/bfin/strcmp.S

+ 0 - 2
libc/string/bfin/strcmp.S

@@ -65,7 +65,6 @@ beginloop:
 	cc |= az;	// true if either is zero
 	if cc jump zero4;	// leave if a zero somewhere
 endloop:
-	NOP;
 	cc = r1 == r2;
 
  // loop exits
@@ -104,7 +103,6 @@ beginloop1:
 	cc &= an;
 	if !cc jump exitloop1;
 endloop1:
-	NOP;
 	r2 = B[p2++] (Z);
 
 exitloop1: // here means we found a zero or a difference.