Fix bug in .S files.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@952 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qhuang8
2006-07-13 05:58:02 +00:00
parent 3e50a75cd2
commit f23c214dca
6 changed files with 6 additions and 6 deletions

View File

@ -85,6 +85,6 @@ L2:
movsb
cld
movl 12(%esp), %eax
pop %esi
pop %edi
pop %edi
pop %esi
ret