diff options
author | niruiyu <niruiyu@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-07-08 06:51:30 +0000 |
---|---|---|
committer | niruiyu <niruiyu@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-07-08 06:51:30 +0000 |
commit | a6ce6cf9925bf97dea8dd788b8e691e81efc70d5 (patch) | |
tree | 4fd031ce109dc968a36b7df5e5e64228b206f1a2 /UefiCpuPkg | |
parent | 2ee85366238f662c31684d7ca6bc4ce84ea0270a (diff) | |
download | edk2-a6ce6cf9925bf97dea8dd788b8e691e81efc70d5.zip edk2-a6ce6cf9925bf97dea8dd788b8e691e81efc70d5.tar.gz edk2-a6ce6cf9925bf97dea8dd788b8e691e81efc70d5.tar.bz2 |
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
Diffstat (limited to 'UefiCpuPkg')
-rw-r--r-- | UefiCpuPkg/CpuDxe/X64/CpuAsm.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/UefiCpuPkg/CpuDxe/X64/CpuAsm.S b/UefiCpuPkg/CpuDxe/X64/CpuAsm.S index 6c399ea..e038f2e 100644 --- a/UefiCpuPkg/CpuDxe/X64/CpuAsm.S +++ b/UefiCpuPkg/CpuDxe/X64/CpuAsm.S @@ -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
|