mirror of https://github.com/acidanthera/audk.git
UefiCpuPkg/DxeMpLib: Remove unnecessary ret instruction
Reported-by: Laszlo Ersek <lersek@redhat.com> Cc: Laszlo Ersek <lersek@redhat.com> Cc: Feng Tian <feng.tian@intel.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jeff Fan <jeff.fan@intel.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com> Tested-by: Laszlo Ersek <lersek@redhat.com>
This commit is contained in:
parent
f56379f361
commit
f17e28c791
|
@ -244,7 +244,6 @@ HltLoop:
|
|||
cli
|
||||
hlt
|
||||
jmp HltLoop
|
||||
ret
|
||||
AsmRelocateApLoopEnd:
|
||||
|
||||
;-------------------------------------------------------------------------------------
|
||||
|
|
|
@ -274,7 +274,6 @@ HltLoop:
|
|||
cli
|
||||
hlt
|
||||
jmp HltLoop
|
||||
ret
|
||||
BITS 64
|
||||
AsmRelocateApLoopEnd:
|
||||
|
||||
|
|
Loading…
Reference in New Issue