Date: Mon, 5 May 2003 13:32:48 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 30621 for review Message-ID: <200305052032.h45KWmrB008331@repoman.freebsd.org>
index | next in thread | raw e-mail
http://perforce.freebsd.org/chv.cgi?CH=30621 Change 30621 by peter@peter_daintree on 2003/05/05 13:32:46 make this actually compile Affected files ... .. //depot/projects/hammer/lib/libc/amd64/gen/alloca.S#10 edit Differences ... ==== //depot/projects/hammer/lib/libc/amd64/gen/alloca.S#10 (text+ko) ==== @@ -45,7 +45,7 @@ ENTRY(alloca) popq %rdx /* pop return addr */ - movl %rsp,%rcx + movq %rsp,%rcx addq $15,%rdi /* round amount to allocate up to 16 bytes */ andq $~15,%rdi subq %rdi,%rsphelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305052032.h45KWmrB008331>
