Browse Source

Removed a .align 2 by mistake in previous commit.

Joakim Tjernlund 17 years ago
parent
commit
7e4add25ab
1 changed files with 2 additions and 0 deletions
  1. 2 0
      libc/sysdeps/linux/powerpc/crti.S

+ 2 - 0
libc/sysdeps/linux/powerpc/crti.S

@@ -20,3 +20,5 @@ _fini:
 	stwu 1,-32(1)
 	mflr 0
 	stw 0,36(1)
+
+	.align 2