PERFORCE change 30621 for review
Peter Wemm
peter at FreeBSD.org
Mon May 5 13:32:50 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=30621
Change 30621 by peter at 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,%rsp
More information about the p4-projects
mailing list