From: Roland McGrath Date: Thu, 15 Dec 1994 00:09:43 +0000 (+0000) Subject: (CALL_WITH_SP): Put parens around jmp target register. X-Git-Tag: glibc-2.16-ports-before-merge~3989 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=33aa4240f65551f5df406462a2b05cc357da92b6;p=thirdparty%2Fglibc.git (CALL_WITH_SP): Put parens around jmp target register. --- diff --git a/sysdeps/mach/alpha/sysdep.h b/sysdeps/mach/alpha/sysdep.h index 4ef23ae21b0..a32766270b6 100644 --- a/sysdeps/mach/alpha/sysdep.h +++ b/sysdeps/mach/alpha/sysdep.h @@ -31,7 +31,7 @@ Cambridge, MA 02139, USA. */ #define CALL_WITH_SP(fn, sp) \ ({ register long int __fn = (long int) fn, __sp = (long int) sp; \ - asm volatile ("mov %0,$30; jmp $31, %1; ldgp $29, 0(%1)" \ + asm volatile ("mov %0,$30; jmp $31, (%1); ldgp $29, 0(%1)" \ : : "r" (__sp), "r" (__fn)); }) #define ENTRY(name) LEAF(name, ***loser no arg count***)