Some VSN changes

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3354 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2011-03-09 02:44:30 +00:00
parent 022fafacee
commit c58f293104

View File

@ -115,8 +115,6 @@ up_fullcontextrestore:
push %ebx push %ebx
movl (4*REG_EAX)(%eax), %ebx movl (4*REG_EAX)(%eax), %ebx
push %ebx push %ebx
movl (4*REG_EBX)(%eax), %ebx
push %ebx
/* Now restore the remaining registers */ /* Now restore the remaining registers */
@ -125,6 +123,7 @@ up_fullcontextrestore:
movl (4*REG_EBP)(%eax), %ebp movl (4*REG_EBP)(%eax), %ebp
movl (4*REG_EDX)(%eax), %edx movl (4*REG_EDX)(%eax), %edx
movl (4*REG_ECX)(%eax), %ecx movl (4*REG_ECX)(%eax), %ecx
movl (4*REG_EBX)(%eax), %ebx
/* Restore the segment registers */ /* Restore the segment registers */
@ -134,7 +133,6 @@ up_fullcontextrestore:
/* Restore the correct value of EAX, EBX, and the EFLAGS then return */ /* Restore the correct value of EAX, EBX, and the EFLAGS then return */
popl %ebx
popl %eax popl %eax
popf popf
ret ret