dect
/
linux-2.6
Archived
13
0
Fork 0

[PATCH] uml: fix a macro typo

Fix a macro typo which could break if the macro is passed arguments with
side-effects.

Signed-off-by: Jeff Dike <jdike@addtoit.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Al Viro 2005-09-03 15:57:28 -07:00 committed by Linus Torvalds
parent e54a5dfb96
commit 7efd08c855
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ struct syscall_args {
panic("Bad register in UPT_SET : %d\n", reg); \
break; \
} \
val; \
__upt_val; \
})
#define UPT_SET_SYSCALL_RETURN(r, res) \