diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/mips/SYS.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/mips/SYS.h b/lib/libc/mips/SYS.h index 7f2eeff..10205b8 100644 --- a/lib/libc/mips/SYS.h +++ b/lib/libc/mips/SYS.h @@ -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; |