summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2004-08-02 17:30:08 +0000
committermiod <miod@openbsd.org>2004-08-02 17:30:08 +0000
commitddbea95d97b03eb3ade4a75c1925410cc9b1d8a7 (patch)
tree49601a8342ae6115f6f6c4f9a5545eb91566a839
parent* copy most of the code from cvs_resp_handle() into cvs_req_handle() (diff)
downloadwireguard-openbsd-ddbea95d97b03eb3ade4a75c1925410cc9b1d8a7.tar.xz
wireguard-openbsd-ddbea95d97b03eb3ade4a75c1925410cc9b1d8a7.zip
No need to make __savectx visible and 8-byte aligned.
-rw-r--r--sys/arch/m88k/m88k/process.S5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/m88k/m88k/process.S b/sys/arch/m88k/m88k/process.S
index 1684a763aee..3968ad74663 100644
--- a/sys/arch/m88k/m88k/process.S
+++ b/sys/arch/m88k/m88k/process.S
@@ -1,4 +1,4 @@
-/* $OpenBSD: process.S,v 1.5 2004/08/02 08:34:21 miod Exp $ */
+/* $OpenBSD: process.S,v 1.6 2004/08/02 17:30:08 miod Exp $ */
/*
* Copyright (c) 1996 Nivas Madhur
* All rights reserved.
@@ -284,9 +284,8 @@ ENTRY(savectx)
/*
* Save preserved general register set.
*/
- NOP
st r1, r2, PCB_PC /* save return address */
-ASENTRY(__savectx)
+ASLOCAL(__savectx)
st r14, r2, PCB_R14
st r15, r2, PCB_R15
st r16, r2, PCB_R16