Skip to content
Snippets Groups Projects
Commit 6710e558 authored by Frans Kaashoek's avatar Frans Kaashoek
Browse files

thanks wxdao

parent 96e4e2f4
Branches
Tags
No related merge requests found
......@@ -11,7 +11,7 @@ swtch:
movl 4(%esp), %eax
movl 8(%esp), %edx
# Save old callee-save registers
# Save old callee-saved registers
pushl %ebp
pushl %ebx
pushl %esi
......@@ -21,7 +21,7 @@ swtch:
movl %esp, (%eax)
movl %edx, %esp
# Load new callee-save registers
# Load new callee-saved registers
popl %edi
popl %esi
popl %ebx
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment