mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-29 16:44:10 +02:00
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:
parent
a81b1409f9
commit
6dd67b60c4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user