0.9.16.38:
[sbcl.git] / src / runtime / thread.c
index 6d5ddaa..a08c2ad 100644 (file)
@@ -399,6 +399,8 @@ create_thread_struct(lispobj initial_function) {
     }
     th->interrupt_data->pending_handler = 0;
     th->no_tls_value_marker=initial_function;
+
+    th->stepping = NIL;
     return th;
 }