summaryrefslogtreecommitdiff
path: root/fpemulation.c
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2008-11-14 21:40:55 +0000
committerMatt Turner <mattst88@gmail.com>2008-11-14 21:40:55 +0000
commit2b352223b3939e48342fc545ef4a55a97d58cf79 (patch)
tree73580d2375731f73f92259e961b9b57fb72cb136 /fpemulation.c
parentc11b34f0a5ec28f8c66f40054e4eb351cc1d1f05 (diff)
-- Remove more useless stuff
-- Begin cleaning up structs with consistent naming git-svn-id: svn://mattst88.com/svn/cleanbench/trunk@39 0d43b9a7-5ab2-4d7b-af9d-f64450cef757
Diffstat (limited to 'fpemulation.c')
-rw-r--r--fpemulation.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpemulation.c b/fpemulation.c
index cac88ee..755dc32 100644
--- a/fpemulation.c
+++ b/fpemulation.c
@@ -106,7 +106,7 @@ DoEmFloat(void)
free(bbase);
free(cbase);
- locemfloatstruct->emflops = (double)(iterations * locemfloatstruct->loops * CLOCKS_PER_SEC) / (double)total_time;
+ locemfloatstruct->results = (double)(iterations * locemfloatstruct->loops * CLOCKS_PER_SEC) / (double)total_time;
}
/***********************