diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2016-05-16 16:25:07 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2016-05-16 16:25:07 +0000 |
commit | 4ca78f4ab35799cb8ed87cf289e3901c61acac59 (patch) | |
tree | 00dd32319971d3f9e268975b798fa224ddfa7b73 /lib/libc/arch | |
parent | c6346875bf6b262bd6ba36838dff4ddb7a4eff9e (diff) |
...and delete the GP setup. Should have been in previous commit
Diffstat (limited to 'lib/libc/arch')
-rw-r--r-- | lib/libc/arch/alpha/SYS.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libc/arch/alpha/SYS.h b/lib/libc/arch/alpha/SYS.h index b84d0801aac..a7f505b7589 100644 --- a/lib/libc/arch/alpha/SYS.h +++ b/lib/libc/arch/alpha/SYS.h @@ -1,4 +1,4 @@ -/* $OpenBSD: SYS.h,v 1.14 2016/05/16 16:20:58 guenther Exp $ */ +/* $OpenBSD: SYS.h,v 1.15 2016/05/16 16:25:06 guenther Exp $ */ /* $NetBSD: SYS.h,v 1.4 1996/10/17 03:03:53 cgd Exp $ */ /* @@ -68,9 +68,6 @@ #define CALLSYS_ERROR(name) \ CALLSYS_NOERROR(name); \ - br gp, LLABEL(name,0); \ -LLABEL(name,0): \ - LDGP(gp); \ beq a3, LLABEL(name,1); \ mov v0, t0; \ call_pal PAL_rdunique; \ |