mirror of https://github.com/acidanthera/audk.git
UefiCpuPkg/MpInitLib/X64/MpFuncs.nasm: remove superfluous instruction
At this point, ESI still has the value from EBX. Cc: Jeff Fan <jeff.fan@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Jeff Fan <jeff.fan@intel.com>
This commit is contained in:
parent
3a9aa635be
commit
5797f61c55
|
@ -125,7 +125,6 @@ LongModeStart:
|
|||
jnz GetApicId
|
||||
|
||||
; AP init
|
||||
mov esi, ebx
|
||||
mov edi, esi
|
||||
add edi, LockLocation
|
||||
mov rax, NotVacantFlag
|
||||
|
|
Loading…
Reference in New Issue