mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
UefiCpuPkg/PiSmmCpuDxeSmm: remove superfluous ENDs from NASM source
Commits 28ee5816465b1 and 246cd9085f806 added these ENDs as part of the manual conversion from *.asm files. However, the ENDs makes no sense for NASM. Although they don't break the build, NASM complains about them: label alone on a line without a colon might be in error (This NASM warning category dates back to NASM 0.95, commit 6768eb71d8deb.) Remove the ENDs. Cc: Jeff Fan <jeff.fan@intel.com> Cc: Liming Gao <liming.gao@intel.com> Cc: Michael Kinney <michael.d.kinney@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
This commit is contained in:
parent
9c4dbdff1d
commit
09a85f6eeb
@ -733,5 +733,3 @@ ASM_PFX(InitializeIDTSmmStackGuard):
|
||||
mov [ebx + 4], eax
|
||||
pop ebx
|
||||
ret
|
||||
|
||||
END
|
||||
|
@ -85,4 +85,3 @@ ASM_PFX(SmmRelocationSemaphoreComplete):
|
||||
mov byte [eax], 1
|
||||
pop eax
|
||||
jmp [ASM_PFX(mSmmRelocationOriginalAddress)]
|
||||
END
|
||||
|
Loading…
x
Reference in New Issue
Block a user