X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=src%2Fstdlib%2Fmul10.S;fp=src%2Fstdlib%2Fmul10.S;h=58ad28feb979c7507f32bdddeeadc01c47b5f42f;hb=6f720ff00773571c2fa2d35e67bff68547617639;hp=7a95137140aff2be9ed97e69cb3471697600c91c;hpb=807b2dd5b7365eb87b482197af3b4a3f520c14f7;p=msp430-libc.git diff --git a/src/stdlib/mul10.S b/src/stdlib/mul10.S index 7a95137..58ad28f 100644 --- a/src/stdlib/mul10.S +++ b/src/stdlib/mul10.S @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: mul10.S,v 1.2 2002/01/16 14:06:35 diwil Exp $ + * $Id: mul10.S,v 1.2.2.1 2009/01/26 15:47:13 sb-sf Exp $ */ /* @@ -32,7 +32,7 @@ * int mul10(int) * Actually, the compiler does it better! */ - +#include "../core_common.inc" .section .text .global __mulhi_const_10 __mulhi_const_10: @@ -41,5 +41,5 @@ __mulhi_const_10: rla r15 add r14, r15 rla r15 - ret + XRET