Fix PIC_RETURN when abicalls are not defined.
Submitted by: Artem Belevich (artemb at gmail dot com)
This commit is contained in:
parent
fcaae21d92
commit
5bf52f1fb5
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user