mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-30 12:31:53 +08:00
(CALL_WITH_SP): Put parens around jmp target register.
This commit is contained in:
parent
edae2ab8af
commit
33aa4240f6
@ -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***)
|
||||
|
Loading…
Reference in New Issue
Block a user