summaryrefslogtreecommitdiff
path: root/sys/gnu/arch/i386/fpemul
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-03-14 03:16:15 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-03-14 03:16:15 +0000
commite63dc855fe4ff1aa0029ebf9813134860a34ccdf (patch)
treec2aa960c67a99a878c8902943399029fa598683f /sys/gnu/arch/i386/fpemul
parent71eb96ce8a9190e7ffeccbabd7a5ec4f3b4fc72f (diff)
Final __P removal plus some cosmetic fixups
Diffstat (limited to 'sys/gnu/arch/i386/fpemul')
-rw-r--r--sys/gnu/arch/i386/fpemul/get_address.c4
1 files changed, 2 insertions, 2 deletions
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;