Update readme
[c11tester.git] / threads.cc
index faa49fc5707454bb105b384d1f4482bd418fb711..bd1b624959629d3613e76afda0b72a58e795d122 100644 (file)
@@ -419,6 +419,8 @@ Thread::Thread(thread_id_t tid) :
        last_action_val(0),
        model_thread(true)
 {
+       // real_memset is not defined when
+       // the model thread is constructed
        memset(&context, 0, sizeof(context));
 }