X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FIa32%2FCpuIdEx.S;h=e5255fb1a3fe342c10f94bcf17727f2a60068c43;hp=43c23b641555812258fe4a72fcb8fd4fb40842e2;hb=1fe4ef1bd813e285525a257af43ddbbcb8018b54;hpb=975201130c7223ef29be7a28500ed107623fc4be diff --git a/MdePkg/Library/BaseLib/Ia32/CpuIdEx.S b/MdePkg/Library/BaseLib/Ia32/CpuIdEx.S index 43c23b6415..e5255fb1a3 100644 --- a/MdePkg/Library/BaseLib/Ia32/CpuIdEx.S +++ b/MdePkg/Library/BaseLib/Ia32/CpuIdEx.S @@ -55,13 +55,13 @@ L1: L2: movl 28(%ebp), %ecx jecxz L3 - popl %ecx + popl (%ecx) L3: movl 32(%ebp), %edx jecxz L4 movl %edx, (%ecx) L4: movl 12(%ebp), %eax - pop %ebx leave + pop %ebx ret