Add -O to CFLAGS to try to catch uninitialized variable errors.
[pintos-anon] / src / tests / threads / priority-donate-lower.c
2006-09-25 Ben PfaffFix two bugs in the base Pintos code:
2006-05-18 Ben PfaffTest interaction between priority donation and thread_s...