summaryrefslogtreecommitdiffstats
path: root/include/asm-mips64
diff options
context:
space:
mode:
authorUlf Carlsson <md1ulfc@mdstud.chalmers.se>2000-02-24 03:24:38 +0000
committerUlf Carlsson <md1ulfc@mdstud.chalmers.se>2000-02-24 03:24:38 +0000
commitfdbfd7777a70ca7e27c2c1a10cb80d5f300aca6d (patch)
treef2fe0c92150e3e1672bb978b6a388fbc61ef5119 /include/asm-mips64
parent467466b0d513d3e2fea6aa8581b1c3416fd0fa88 (diff)
- Add a .set noat where it complains.
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