From 33aa4240f65551f5df406462a2b05cc357da92b6 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 15 Dec 1994 00:09:43 +0000 Subject: [PATCH] (CALL_WITH_SP): Put parens around jmp target register. --- sysdeps/mach/alpha/sysdep.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/mach/alpha/sysdep.h b/sysdeps/mach/alpha/sysdep.h index 4ef23ae..a327662 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***) -- 2.7.4