diff options
author | kaashoek <kaashoek> | 2006-09-07 02:15:28 +0000 |
---|---|---|
committer | kaashoek <kaashoek> | 2006-09-07 02:15:28 +0000 |
commit | e00baa9f5d15d745a26cbb0a9ae54e3ea4fb9696 (patch) | |
tree | 62c154a0a92f8f1919f9578749489f0ba7feb7d5 /main.c | |
parent | 1133b215d8ce5f72d2252cf19b81fc29289d0b38 (diff) | |
download | xv6-labs-e00baa9f5d15d745a26cbb0a9ae54e3ea4fb9696.tar.gz xv6-labs-e00baa9f5d15d745a26cbb0a9ae54e3ea4fb9696.tar.bz2 xv6-labs-e00baa9f5d15d745a26cbb0a9ae54e3ea4fb9696.zip |
get precedence of <, >, and | right
simplify
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -78,7 +78,7 @@ main0(void) // enable interrupts on the local APIC lapic_enableintr(); - // Enable interrupts on this processor. + // enable interrupts on this processor. cpus[cpu()].nlock--; sti(); |