mirror of git://sourceware.org/git/glibc.git
Fix a typo introduced by last patch.
This commit is contained in:
parent
356aba5785
commit
163f71bf78
|
|
@ -42,7 +42,7 @@
|
|||
|
||||
.text
|
||||
.globl _start
|
||||
type _start,@function
|
||||
.type _start,@function
|
||||
_start:
|
||||
/* Clear the frame pointer, to mark the outermost frame. */
|
||||
moveq 0,r8
|
||||
|
|
|
|||
Loading…
Reference in New Issue