CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/06/15 13:36:59
Modified files:
sys/lib/libkern/arch/sparc: memmove.S
Log message:
Preserve %o5 around Lbcopy_doubles; prevents the return value from memcpy()
and memmove() to be incorrect for copies of 32 bytes or more, when the source
and destination addresses are nicely aligned.
