Skip to content
Snippets Groups Projects
Commit 3003b6c7 authored by Per's avatar Per
Browse files

small fix

parent 7a053485
No related branches found
No related tags found
No related merge requests found
...@@ -64,7 +64,7 @@ TASK(j2) { ...@@ -64,7 +64,7 @@ TASK(j2) {
trace_printf("j2_exit\n"); trace_printf("j2_exit\n");
} }
/* enable in assignment c // */ /* enable in assignment c
TASK(j3) { TASK(j3) {
trace_printf("j3_enter\n"); trace_printf("j3_enter\n");
LOCK(r1); LOCK(r1);
...@@ -73,7 +73,9 @@ TASK(j3) { ...@@ -73,7 +73,9 @@ TASK(j3) {
JOB_REQUEST(j1); JOB_REQUEST(j1);
trace_printf("j3_exit\n"); trace_printf("j3_exit\n");
} }
// */ //
*/
/* /*
Assignments Assignments
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment