summaryrefslogtreecommitdiff
path: root/setjmp.S
diff options
context:
space:
mode:
authorrsc <rsc>2006-09-06 19:22:24 +0000
committerrsc <rsc>2006-09-06 19:22:24 +0000
commit2a55cc55012ab090c67e25c845cb6cbe3e8fdc56 (patch)
tree45df7e929fd1ae1c139661d5911e9991cf527321 /setjmp.S
parente9d2250e150c9c0d2050d1c9d3435820c2d9f8cb (diff)
downloadxv6-labs-2a55cc55012ab090c67e25c845cb6cbe3e8fdc56.tar.gz
xv6-labs-2a55cc55012ab090c67e25c845cb6cbe3e8fdc56.tar.bz2
xv6-labs-2a55cc55012ab090c67e25c845cb6cbe3e8fdc56.zip
runoff tweaks
Diffstat (limited to 'setjmp.S')
-rw-r--r--setjmp.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/setjmp.S b/setjmp.S
index 39c85b0..aee5590 100644
--- a/setjmp.S
+++ b/setjmp.S
@@ -32,4 +32,3 @@ longjmp:
movl $1, %eax /* return value (appears to come from setjmp!) */
ret
-