Index: libitm.h
===================================================================
--- libitm.h	(revision 161883)
+++ libitm.h	(working copy)
@@ -37,6 +37,7 @@ extern "C" {
 #endif
 
 #ifdef __i386__
+/* Only for 32-bit x86.  */
 # define ITM_REGPARM	__attribute__((regparm(2)))
 #else
 # define ITM_REGPARM
Index: libitm_i.h
===================================================================
--- libitm_i.h	(revision 161512)
+++ libitm_i.h	(working copy)
@@ -244,7 +244,7 @@ struct gtm_transaction
   // Invoked from assembly language, thus the "asm" specifier on
   // the name, avoiding complex name mangling.
   static uint32_t begin_transaction(uint32_t, const gtm_jmpbuf *)
-	__asm__("GTM_begin_transaction");
+	__asm__("GTM_begin_transaction") ITM_REGPARM;
 
   // In eh_cpp.cc
   void revert_cpp_exceptions ();
