mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-04 20:50:05 +08:00
entered into RCS
From-SVN: r797
This commit is contained in:
parent
62946075af
commit
2e3c09cd7d
@ -972,7 +972,7 @@ void \
|
||||
__transfer_from_trampoline () \
|
||||
{ \
|
||||
register char *a0 asm ("%a0"); \
|
||||
asm (GLOBAL_ASM_OP, " ___trampoline"); \
|
||||
asm (GLOBAL_ASM_OP " ___trampoline"); \
|
||||
asm ("___trampoline:"); \
|
||||
asm volatile ("move%.l %0,%@" : : "m" (a0[22])); \
|
||||
asm volatile ("move%.l %1,%0" : "=a" (a0) : "m" (a0[18])); \
|
||||
|
Loading…
Reference in New Issue
Block a user