mirror of https://github.com/acidanthera/audk.git
Fix typo that breaks the build.
Signed-off-by: niruiyu Reviewed-by: vanjeff git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12002 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
2ee8536623
commit
a6ce6cf992
|
@ -160,7 +160,7 @@ CommonInterruptEntry_al_0000:
|
|||
pushq %rax # for cs
|
||||
movl %ds, %eax
|
||||
pushq %rax
|
||||
movl %es, erax
|
||||
movl %es, %eax
|
||||
pushq %rax
|
||||
movl %fs, %eax
|
||||
pushq %rax
|
||||
|
|
Loading…
Reference in New Issue