summaryrefslogtreecommitdiffstats
path: root/include/asm-mips64
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-mips64')
-rw-r--r--include/asm-mips64/stackframe.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/asm-mips64/stackframe.h b/include/asm-mips64/stackframe.h
index 5599593ce..aa0a15fc9 100644
--- a/include/asm-mips64/stackframe.h
+++ b/include/asm-mips64/stackframe.h
@@ -1,4 +1,4 @@
-/* $Id$
+/* $Id: stackframe.h,v 1.3 1999/12/04 03:59:12 ralf Exp $
*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
@@ -116,7 +116,10 @@
.endm
.macro RESTORE_AT
+ .set push
+ .set noat
ld $1, PT_R1(sp)
+ .set pop
.endm
.macro RESTORE_SP