This fixes compilation warning that ARCH_PC_REG is redefined. * linux/powerpc64/arch_regs.c (ARCH_PC_REG): Undefine before the new definition. * linux/sparc64/arch_regs.c (ARCH_PC_REG): Likewise.
4 lines
83 B
C
4 lines
83 B
C
#include "sparc/arch_regs.c"
|
|
#undef ARCH_PC_REG
|
|
#define ARCH_PC_REG sparc_regs.tpc
|