Fix GCC build failure.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11200 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jyao1 2010-12-24 11:06:17 +00:00
parent a81b1409f9
commit 6dd67b60c4
1 changed files with 3 additions and 3 deletions

View File

@ -111,9 +111,9 @@ ASM_PFX(AsmExecute32BitCode):
Compatible:
# reload DS/ES/SS to make sure they are correct referred to current GDT
movs %ax, %ds
movs %ax, %es
movs %ax, %ss
movw %ax, %ds
movw %ax, %es
movw %ax, %ss
#
# Disable paging