medfall

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

commit 6d03ae58e332672dcc8933c0579fbdb5d2fb5668
parent 6feb235352d6de11616956cbae265f34d578a899
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Tue Dec 27 10:36:02 +0200

U8_MAX + 1 = 256

Diffstat:
profiler.cc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/profiler.cc b/profiler.cc @@ -27,7 +27,7 @@ struct LogEntry { }; #define MAX_TIMERS 4096 -#define TIMER_STACK_SIZE ( U8_MAX + 1 ) +#define TIMER_STACK_SIZE 256 #define TIMER_LOG_SIZE 1024 static Timer all_timers[ MAX_TIMERS ];