fixed #define line continuation in gstsparc.h
authorErik Walthinsen <omega@temple-baptist.org>
Mon, 28 May 2001 22:23:18 +0000 (22:23 +0000)
committerErik Walthinsen <omega@temple-baptist.org>
Mon, 28 May 2001 22:23:18 +0000 (22:23 +0000)
Original commit message from CVS:
fixed #define line continuation in gstsparc.h

gst/gstsparc.h

index 8dca391..8552077 100644 (file)
 #define __GST_GSTSPARC_H__
 
 #define GST_ARCH_SET_SP(stackpointer) \
-    __asm__( "ta 3\n\t"
+    __asm__( "ta 3\n\t" \
              "mov %0, %%sp" : : "r"(stackpointer));
 
 #define GST_ARCH_CALL(target) \
-    __asm__( "call %0,0\n\t"
+    __asm__( "call %0,0\n\t" \
              "nop" : : "r"(target) );
 
 #define GST_ARCH_PRESETJMP() \