]> oss.titaniummirror.com Git - msp430-libc.git/blobdiff - src/stdlib/mul10.S
Imported msp430-libc-20100207
[msp430-libc.git] / src / stdlib / mul10.S
index 7a95137140aff2be9ed97e69cb3471697600c91c..58ad28feb979c7507f32bdddeeadc01c47b5f42f 100644 (file)
@@ -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