Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Oct 2004 17:05:58 GMT
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 63830 for review
Message-ID:  <200410271705.i9RH5wdX004348@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=63830

Change 63830 by peter@peter_overcee on 2004/10/27 17:05:49

	fix brk.S

Affected files ...

.. //depot/projects/hammer/lib/libc/amd64/sys/brk.S#7 edit

Differences ...

==== //depot/projects/hammer/lib/libc/amd64/sys/brk.S#7 (text+ko) ====

@@ -78,6 +78,7 @@
 	popq	%rdi
 	ret
 err:
+	addq	$8, %rsp
 #ifdef PIC
 	movq	PIC_GOT(HIDENAME(cerror)),%rdx
 	jmp	*%rdx



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410271705.i9RH5wdX004348>