Module: xenomai-head
Branch: master
Commit: 747dd60ccd06d033695fe0cfa013bfd131600e83
URL:    
http://git.xenomai.org/?p=xenomai-head.git;a=commit;h=747dd60ccd06d033695fe0cfa013bfd131600e83

Author: Philippe Gerum <r...@xenomai.org>
Date:   Wed Aug 19 11:53:45 2009 +0200

x86_64: disambiguate instruction size

---

 include/asm-x86/arith_64.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/asm-x86/arith_64.h b/include/asm-x86/arith_64.h
index 7f969b3..4df985b 100644
--- a/include/asm-x86/arith_64.h
+++ b/include/asm-x86/arith_64.h
@@ -51,7 +51,7 @@ __rthal_x86_64_llmulshft(long long op, unsigned m, unsigned s)
        long long result;
 
        __asm__ (
-               "imul %[m]\n\t"
+               "imulq %[m]\n\t"
                "shrd %%cl,%%rdx,%%rax\n\t"
                : "=a,a" (result)
                : "a,a" (op), [m] "m,r" ((unsigned long long)m),


_______________________________________________
Xenomai-git mailing list
Xenomai-git@gna.org
https://mail.gna.org/listinfo/xenomai-git

Reply via email to