mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
mips fix bug #42693
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@37990 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
509161bc79
commit
4101cadd82
3 changed files with 9 additions and 3 deletions
|
@ -337,7 +337,7 @@ GSAtomicIncrement(gsatomic_t X)
|
|||
int tmp;
|
||||
|
||||
__asm__ __volatile__ (
|
||||
#if !defined(__mips64__)
|
||||
#if !defined(__mips64)
|
||||
" .set mips2 \n"
|
||||
#endif
|
||||
"0: ll %0, %1 \n"
|
||||
|
@ -354,7 +354,7 @@ GSAtomicDecrement(gsatomic_t X)
|
|||
int tmp;
|
||||
|
||||
__asm__ __volatile__ (
|
||||
#if !defined(__mips64__)
|
||||
#if !defined(__mips64)
|
||||
" .set mips2 \n"
|
||||
#endif
|
||||
"0: ll %0, %1 \n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue