about summary refs log tree commit diff
path: root/ports/sysdeps/mips/sys/asm.h
diff options
context:
space:
mode:
authorSteve Ellcey <sellcey@mips.com>2012-08-01 15:11:43 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-08-01 15:11:43 +0000
commitb290216f09a169a5207005d9cc545d21822bee62 (patch)
treef0c10b220ae658a4b68ad6666bb053721040dd72 /ports/sysdeps/mips/sys/asm.h
parent7c24defe1a360ddc018e610892ade5803638da0f (diff)
downloadglibc-b290216f09a169a5207005d9cc545d21822bee62.tar.gz
glibc-b290216f09a169a5207005d9cc545d21822bee62.tar.xz
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.h4
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
 
 /*