summaryrefslogtreecommitdiff
path: root/performance-tests
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-08-26 07:59:25 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-08-26 07:59:25 +0000
commit7c24bed2d0cea7ed4f13a6c2cf435ef67c70a469 (patch)
treeb65e186067b507732d4ee9e3a68f9607e6195e53 /performance-tests
parent5e70509a175a44e60039f167bfc3f5d1c34f6899 (diff)
downloadATCD-7c24bed2d0cea7ed4f13a6c2cf435ef67c70a469.tar.gz
ChangeLogTag: Thu Aug 26 07:58:00 UTC 2004 Martin Corino <mcorino@remedy.nl>
Diffstat (limited to 'performance-tests')
-rw-r--r--performance-tests/Synch-Benchmarks/Perf_Test/Benchmark_Performance.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/performance-tests/Synch-Benchmarks/Perf_Test/Benchmark_Performance.cpp b/performance-tests/Synch-Benchmarks/Perf_Test/Benchmark_Performance.cpp
index d563b6e832c..12d240b29fe 100644
--- a/performance-tests/Synch-Benchmarks/Perf_Test/Benchmark_Performance.cpp
+++ b/performance-tests/Synch-Benchmarks/Perf_Test/Benchmark_Performance.cpp
@@ -53,7 +53,7 @@ Benchmark_Performance::fini (void)
void *
Benchmark_Performance::svc_run (Benchmark_Performance *bp)
{
- return (void *) (bp->svc () == -1 ? -1 : 0);
+ return (void *) (bp->svc () == -1 ? (long)-1 : (long)0);
}
#endif /* ACE_HAS_THREADS */