Browse Source

Sigh. I can't type this morning.

Eric Andersen 20 years ago
parent
commit
9c4f19db65
2 changed files with 2 additions and 2 deletions
  1. 1 1
      ldso/ldso/powerpc/dl-sysdep.h
  2. 1 1
      ldso/ldso/powerpc/ld_sysdep.h

+ 1 - 1
ldso/ldso/powerpc/dl-sysdep.h

@@ -91,7 +91,7 @@
 	}						\
 	if(type!=R_PPC_NONE){				\
 		PPC_DCBST(REL); PPC_SYNC; PPC_ICBI(REL);\
-	|						\
+	}						\
 	}
 
 /*

+ 1 - 1
ldso/ldso/powerpc/ld_sysdep.h

@@ -91,7 +91,7 @@
 	}						\
 	if(type!=R_PPC_NONE){				\
 		PPC_DCBST(REL); PPC_SYNC; PPC_ICBI(REL);\
-	|						\
+	}						\
 	}
 
 /*