diff options
author | rsc <rsc> | 2007-08-28 12:48:33 +0000 |
---|---|---|
committer | rsc <rsc> | 2007-08-28 12:48:33 +0000 |
commit | 818fc0125e7d73fdf4f1a94f178254e5d05c9831 (patch) | |
tree | 2aefee5aad4478bc570d772a73ee1999d6066b54 /runoff.list | |
parent | b52dea08bc1252bd842bf86f34d912c9ab7a02df (diff) | |
download | xv6-labs-818fc0125e7d73fdf4f1a94f178254e5d05c9831.tar.gz xv6-labs-818fc0125e7d73fdf4f1a94f178254e5d05c9831.tar.bz2 xv6-labs-818fc0125e7d73fdf4f1a94f178254e5d05c9831.zip |
replace setjmp/longjmp with swtch
Diffstat (limited to 'runoff.list')
-rw-r--r-- | runoff.list | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runoff.list b/runoff.list index 80c8f35..cbc8fca 100644 --- a/runoff.list +++ b/runoff.list @@ -22,7 +22,7 @@ spinlock.c # processes proc.h proc.c -setjmp.S +swtch.S kalloc.c # system calls |