diff options
author | Steve Ellcey <sellcey@mips.com> | 2012-08-01 15:11:43 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-08-01 15:11:43 +0000 |
commit | b290216f09a169a5207005d9cc545d21822bee62 (patch) | |
tree | f0c10b220ae658a4b68ad6666bb053721040dd72 /ports/sysdeps/mips/sys/asm.h | |
parent | 7c24defe1a360ddc018e610892ade5803638da0f (diff) | |
download | glibc-b290216f09a169a5207005d9cc545d21822bee62.tar glibc-b290216f09a169a5207005d9cc545d21822bee62.tar.gz glibc-b290216f09a169a5207005d9cc545d21822bee62.tar.bz2 glibc-b290216f09a169a5207005d9cc545d21822bee62.zip |
Fix MIPS PREF/PREFX macro definitions in empty case.
Diffstat (limited to 'ports/sysdeps/mips/sys/asm.h')
-rw-r--r-- | ports/sysdeps/mips/sys/asm.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/sysdeps/mips/sys/asm.h b/ports/sysdeps/mips/sys/asm.h index 347d738f70..0f5edf9243 100644 --- a/ports/sysdeps/mips/sys/asm.h +++ b/ports/sysdeps/mips/sys/asm.h @@ -233,8 +233,8 @@ symbol = value # define PREFX(hint,addr) \ prefx hint,addr #else -# define PREF -# define PREFX +# define PREF(hint,addr) +# define PREFX(hint,addr) #endif /* |