diff options
author | Keith M Wesolowski <wesolows@foobazco.org> | 2000-10-29 01:53:41 +0000 |
---|---|---|
committer | Keith M Wesolowski <wesolows@foobazco.org> | 2000-10-29 01:53:41 +0000 |
commit | e65b7e69af9220d92ab9f467f92d963f01aac028 (patch) | |
tree | 0d6ee31265d9406e9141b58cf7c99519b506a027 /include/asm-mips/stackframe.h | |
parent | a0fc4c5c106b10039b3ce9a3c552587677b060db (diff) |
Fix the build after the previous patch.
Diffstat (limited to 'include/asm-mips/stackframe.h')
-rw-r--r-- | include/asm-mips/stackframe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-mips/stackframe.h b/include/asm-mips/stackframe.h index d563b5a67..252c3a58b 100644 --- a/include/asm-mips/stackframe.h +++ b/include/asm-mips/stackframe.h @@ -68,7 +68,7 @@ __asm__ ( \ ".size\t" #symbol",. - " #symbol) /* Used in declaration of save_static functions. */ -#define unused __attribute__((unused)) +#define static_unused static __attribute__((unused)) #define SAVE_SOME \ .set push; \ |