PERFORCE change 28660 for review
Peter Wemm
peter at FreeBSD.org
Wed Apr 9 12:23:28 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=28660
Change 28660 by peter at peter_daintree on 2003/04/09 12:23:12
make this compile
Affected files ...
.. //depot/projects/hammer/lib/csu/x86_64/crt1.c#6 edit
Differences ...
==== //depot/projects/hammer/lib/csu/x86_64/crt1.c#6 (text+ko) ====
@@ -61,7 +61,7 @@
fptr retval;
#ifdef __GNUC__
- __asm__("movl %%rdx,%0" : "=rm"(retval));
+ __asm__("movq %%rdx,%0" : "=rm"(retval));
#else
retval = (fptr)0; /* XXXX Fix this for other compilers */
#endif
More information about the p4-projects
mailing list