entered into RCS
authorRichard Stallman <rms@gnu.org>
Sun, 19 Apr 1992 21:22:51 +0000 (21:22 +0000)
committerRichard Stallman <rms@gnu.org>
Sun, 19 Apr 1992 21:22:51 +0000 (21:22 +0000)
From-SVN: r797

gcc/config/m68k/m68k.h

index 236de8d..d1266f1 100644 (file)
@@ -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]));   \