deal-with-new-gcc-multiline-behavior-20030924

FIXES 2154

"foo
bar" is right out

deal.
This commit is contained in:
Love Hörnquist-Åstrand 2003-09-24 20:26:54 +00:00 committed by Derrick Brashear
parent 5b7f5d6f44
commit 66ebac7872

View File

@ -2139,11 +2139,7 @@ afs_syscall(call, parm0, parm1, parm2, parm3, parm4, parm5, parm6)
}
#if defined(AFS_SPARC64_LINUX20_ENV) || defined(AFS_SPARC_LINUX20_ENV)
/* on sparc this function returns none value, so do it myself */
__asm__ __volatile__("
mov %o0, %i0
ret
restore
");
__asm__ __volatile__("mov %o0, %i0; ret; restore");
#endif
#else
#if !defined(AFS_SGI_ENV) && !defined(AFS_AIX32_ENV)