Marin Ramesa, le Thu 05 Dec 2013 22:03:46 +0100, a écrit :
> * kern/debug.c (Assert_print_lock): Initialize the lock.
It is actually initialized to zero, which happens to be the correct
value.
> @@ -58,6 +58,7 @@ void
> Assert(char *exp, char *file, int line)
> {
> #if NCPUS > 1
> + simple
* kern/debug.c (Assert_print_lock): Initialize the lock.
---
kern/debug.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/kern/debug.c b/kern/debug.c
index 33e64f3..bdc87e2 100644
--- a/kern/debug.c
+++ b/kern/debug.c
@@ -45,7 +45,7 @@ extern int db_breakpoints_inserted;
#e