Fix PIC_RETURN when abicalls are not defined.

Submitted by:	Artem Belevich (artemb at gmail dot com)
This commit is contained in:
Jayachandran C. 2010-10-24 05:22:07 +00:00
parent fcaae21d92
commit 5bf52f1fb5

View File

@ -91,7 +91,7 @@
#else
# define PIC_PROLOGUE(x)
# define PIC_TAILCALL(l) j _C_LABEL(l)
# define PIC_RETURN()
# define PIC_RETURN() j ra
#endif /* __ABICALLS__ */
# define SYSTRAP(x) li v0,SYS_ ## x; syscall;