summaryrefslogtreecommitdiff
path: root/proc.h
diff options
context:
space:
mode:
authorrsc <rsc>2007-08-24 20:28:08 +0000
committerrsc <rsc>2007-08-24 20:28:08 +0000
commit97ac612fb16748e6b011de4deaa803ec5f0afef8 (patch)
tree8cc471a789517269791126b29b2ff82915e6bbe6 /proc.h
parentffa58d3616e5d829faa8e8a201f25c785800ccb2 (diff)
downloadxv6-labs-97ac612fb16748e6b011de4deaa803ec5f0afef8.tar.gz
xv6-labs-97ac612fb16748e6b011de4deaa803ec5f0afef8.tar.bz2
xv6-labs-97ac612fb16748e6b011de4deaa803ec5f0afef8.zip
nits
Diffstat (limited to 'proc.h')
-rw-r--r--proc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proc.h b/proc.h
index 137bda3..599ed44 100644
--- a/proc.h
+++ b/proc.h
@@ -12,7 +12,7 @@
// Save all the regular registers so we don't need to care
// which are caller save.
// Don't save %eax, because that's the return register.
-// The layout of jmpbuf is known to setjmp.S.
+// The layout of jmpbuf must match code in setjmp.S.
struct jmpbuf {
int ebx;
int ecx;