From e63dc855fe4ff1aa0029ebf9813134860a34ccdf Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 14 Mar 2002 03:16:15 +0000 Subject: Final __P removal plus some cosmetic fixups --- sys/gnu/arch/i386/fpemul/get_address.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/gnu/arch/i386/fpemul') diff --git a/sys/gnu/arch/i386/fpemul/get_address.c b/sys/gnu/arch/i386/fpemul/get_address.c index 3232e685c68..2ec2d3bf80a 100644 --- a/sys/gnu/arch/i386/fpemul/get_address.c +++ b/sys/gnu/arch/i386/fpemul/get_address.c @@ -1,4 +1,4 @@ -/* $OpenBSD: get_address.c,v 1.1 1996/08/27 10:32:51 downsj Exp $ */ +/* $OpenBSD: get_address.c,v 1.2 2002/03/14 03:16:09 millert Exp $ */ /* * get_address.c * @@ -81,7 +81,7 @@ static int reg_offset[] = { tEAX, tECX, tEDX, tEBX, tESP, tEBP, tESI, tEDI}; -#define REG_(x) (*(((int*)FPU_info) + reg_offset[(x)])) +#define REG_(x) (*(((int *)FPU_info) + reg_offset[(x)])) void *FPU_data_address; -- cgit v1.2.3