@@ -1,9 +1,9 @@ /* Sample prototype for a trampoline. */ /* - * Copyright 1995-1999, 2001, 2004 Bruno Haible, + * Copyright 1995-1999, 2001, 2004, 2006 Bruno Haible, * * This is free software distributed under the GNU General Public Licence * described in the file COPYING. Contact the author if you don't have this * or can't live with it. There is ABSOLUTELY NO WARRANTY, explicit or implied, * on this software. @@ -19,10 +19,13 @@ register void* env __asm__("%g5"); #endif #ifdef __alpha__ register void* env __asm__("$1"); #endif +#ifdef __powerpc64__ +register void* env __asm__("r11"); +#endif #ifdef __ia64__ register void* env __asm__("r15"); #endif #ifdef __x86_64__ register void* env __asm__("r10");