diff options
Diffstat (limited to 'libc')
| -rw-r--r-- | libc/string/bfin/strcmp.S | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/libc/string/bfin/strcmp.S b/libc/string/bfin/strcmp.S index 823fb16b5..6365024ec 100644 --- a/libc/string/bfin/strcmp.S +++ b/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. | 
