X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=threads.cc;h=26975799f0adc03ce8ca4e0ad6e391aad0e37d96;hb=6d9abf287d99279385cd858bd58602ab19654a8b;hp=33bb99254e255db59b1045bbf94711535688487a;hpb=1ff648af632c0ccc8e5319a077791bd6e49011f6;p=model-checker.git diff --git a/threads.cc b/threads.cc index 33bb992..2697579 100644 --- a/threads.cc +++ b/threads.cc @@ -36,8 +36,8 @@ Thread * thread_current(void) * @todo We should make the START event always immediately follow the * CREATE event, so we don't get redundant traces... */ - -void thread_startup() { +void thread_startup() +{ Thread * curr_thread = thread_current(); /* Add dummy "start" action, just to create a first clock vector */