Skip to content

Commit 6710e55

Browse files
committed
thanks wxdao
1 parent 96e4e2f commit 6710e55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

swtch.S

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ swtch:
1111
movl 4(%esp), %eax
1212
movl 8(%esp), %edx
1313

14-
# Save old callee-save registers
14+
# Save old callee-saved registers
1515
pushl %ebp
1616
pushl %ebx
1717
pushl %esi
@@ -21,7 +21,7 @@ swtch:
2121
movl %esp, (%eax)
2222
movl %edx, %esp
2323

24-
# Load new callee-save registers
24+
# Load new callee-saved registers
2525
popl %edi
2626
popl %esi
2727
popl %ebx

0 commit comments

Comments
 (0)