medfall

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 15c664e5dbedaa276d91a5dbeff4f5badb8a4965
parent f0e2833881e0e02bf6c26d6a283748adac04173d
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Sun Jan 17 23:12:28 +0000

Fix benchmarking code

Diffstat:
benchmark.cc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/benchmark.cc b/benchmark.cc @@ -16,7 +16,7 @@ struct Timer { volatile u64 num_calls; }; -static volatile Timer timers[ 4096 ]; +static Timer timers[ 4096 ]; static volatile u32 num_timers = 0; ScopedTimer::ScopedTimer( u32 idx ) {