Commit 1c1614df authored by David S. Miller's avatar David S. Miller

sparc64/kernel/binfmt_elf32.c:ELF_CORE_COPY_REGS needs

final semi-colon.
parent 36edae2c
......@@ -43,7 +43,7 @@ do { unsigned int *dest = &(__elf_regs[0]); \
dest[34] = (unsigned int) src->tnpc; \
dest[35] = src->y; \
dest[36] = dest[37] = 0; /* XXX */ \
} while(0)
} while(0);
typedef struct {
union {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment